Welcome to myCobol.ovh Monday, 29 September 2025, 06:15

character encoding unit
Category Syntax
Subject Cobol
A unit of data that corresponds to one code point in a coded character set. One or more character encoding units are used to represent a character in a coded character set. Also known as encoding unit.
  • For USAGE NATIONAL, a character encoding unit corresponds to one 2-byte code point of UTF-16.
  • For USAGE DISPLAY, a character encoding unit corresponds to a byte.
  • For USAGE DISPLAY-1, a character encoding unit corresponds to a 2-byte code point in the DBCS character set.
Submitted by remy
Created on Sunday, 07 November 2021, 02:48

Back to Glossary