SQL/MP Reference Manual

HP NonStop SQL/MP Reference Manual523352-013
C-37
The LC_TDMCODESET Section of a Collation
Definition
The LC_TDMCODESET Section of a Collation Definition
The LC_TDMCODESET section specifies the character set for the collation. If you do
not specify the LC_TDMCODESET clause, SQL uses the ISO88591 character set for
the collation.
The LC_TDMCODESET section can appear only once in a collation definition. Each of
the three types of lines shown in the syntax diagram can appear only once in the
section. Each type of line must begin on a new physical line.
LC_TDMCODESET
starts an LC_TDMCODESET section.
ISO88591 ... ISO88599
specifies a single-byte character set supported by NonStop SQL/MP.
UNKNOWN
specifies that the character set is unknown.
END LC_TDMCODESET
ends an LC_TDMCODESET section.
LC_TDMCODESET
{ ISO88591 }
{ ISO88592 }
{ ISO88593 }
{ ISO88594 }
{ ISO88595 }
{ ISO88596 }
{ ISO88597 }
{ ISO88598 }
{ ISO88599 }
{ UNKNOWN }
END LC_TDMCODESET