Contents Index Code pages Supported code pages

ASA Database Administration Guide
  International Languages and Character Sets
    Understanding character sets in software
      Code pages

ANSI and OEM code pages in Windows

For PC users, the issue is complicated because there are at least two code pages in use on most PCs. Character-mode applications (those using the console or command prompt window) in Windows 95/98/Me and Windows NT/200/XP, use code pages taken from the IBM set. These are called OEM code pages (Original Equipment Manufacturer) for historical reasons.

Windows operating systems do not require the line drawing characters that were held in the extended characters of the OEM code pages, so they use a different set of code pages. These pages are based on the ANSI standard and are therefore commonly called ANSI code pages.

Adaptive Server Anywhere supports collations based on both OEM and ANSI code pages.

Example 

Consider the following situation:

An upper case A grave in the database is stored as character 183. This value appears as a graphical character in a character-mode application. The same character appears as a dot in a Windows application.

For more information about choosing a single-byte collation for your database, see Understanding collations.


Contents Index Code pages Supported code pages