Collation table
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The following figure shows the format of the collation table.
|
The keyword COLLATION signals
the start of a collation table entry. CODEPAGE-NAME precedes
the name of the code page the collation table applies to. COLLATION-NAME precedes
the name of the collation table. This name cannot exceed 19 characters
and can include the characters A-Z and a-z, the numerals 0-9, and
the dash (-).
COLLATION-TRANSLATION-VERSION precedes a value
that OpenEdge uses internally. Progress Software Corporation recommends
that for single-byte collation tables you specify the value "1.1-16" (without
the quotes).
The CASE-INSENSITIVE-SORT and CASE-SENSITIVE-SORT tables
are identical to those used for a database and operate similarly.
To build a collation table for a single-byte code page, provide 256 values in 16 rows of 16 values each. Be sure to format the rows of data exactly as shown in the figure.
The ENDTABLE keyword signals the end of the
collation table. The ENDCOLLATION keyword signals
the end of the table entry.