Welcome to myCobol.ovh Monday, 29 September 2025, 07:58

myCobol.ovh Glossary
Categories all ·   Context   ·   Concept   ·   Syntax   ·   Event   ·   Standards  
Subjects all ·   Cobol  
Letters all  #  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z
Terms  big-endian   CCSID   client   compiler   DLL   document encoding   dynamic link library   K   locale   reference format   surrogate pair   troubleshoot  ..more

document encoding
Category Context
Subject Cobol
For an XML document, one of the following encoding categories that the XML parser determines by examining the first few bytes of the document:
  • ASCII
  • EBCDIC
  • UTF-8
  • UTF-16, either big-endian or little-endian
  • Other unsupported encoding
  • No recognizable encoding