Collection Contents Previous Next PDF

ASA Database Administration Guide

International Languages and Character Sets

Understanding collations

Notes on ANSI collations


The ISO_1 collation 

ISO_1 is provided for compatibility with the Adaptive Server Enterprise default ISO_1 collation. The differences are as follows:

The 1252LATIN1 collation 

This collation includes the euro currency symbol and several other characters (Z-with-caron and z-with-caron). This collation is recommended for Windows users using English or Western European languages.

The euro symbol sorts with the other currency symbols.

The ISO1LATIN1 collation 

This collation is the same as ISO_1, but with sorting for values in the range A0-BF. For compatibility with Adaptive Server Enterprise, the ISO_1 collation has no characters for 0xA0-0xBF. However the ISO Latin 1 character set on which it is based does have characters in these positions. The ISO1LATIN1 collation reflects the characters in these positions.

If you are not concerned with Adaptive Server Enterprise compatibility, ISO1LATIN1 is generally recommended instead of ISO_1.

ISO1LATIN1 is recommended for UNIX users using English or Western European languages.

The ISO9LATIN1 collation 

This collation is the same as ISO1LATIN1, but it includes the euro currency symbol and the other new characters included in the 1252LATIN1 collation.

If your machine uses the ISO Latin 9 character set, then you should use this collation.


Collection Contents Previous Next PDF