Knowledge Base

ACC: Code Pages (Character Sets) and How They Affect Microsoft Access

Article ID: 140409

Article Last Modified on 1/19/2007


APPLIES TO


This article was previously published under Q140409

SUMMARY

This article discusses code pages and how they affect Microsoft Access.

MORE INFORMATION

A code page allows an operating system (such as Windows 95 or Windows NT) to provide support for character sets and keyboard layouts used in different countries. A code page is an ordered set (or table) of characters with a numeric index assigned to each character. Different types of code pages are used by the various language editions of Windows to support particular character sets. For example:
  • Single-byte: Supports 256 characters, each identified by a unique 1-byte character value. This type of code is used for all European editions (such as Latin and non-Latin languages).
  • Double-byte (DBCS): Supports thousands of characters, each identified by a unique 2-byte character value. This type of code page is used by Far Eastern editions (such as Japanese and Chinese Traditional).
  • Bi-Directional (BiDi): A single-byte code page that allows for bi-directional text. This type is used by Arabic and Hebrew editions.
Microsoft Access has many editions which have been translated and customized (or localized) for different languages. These editions are designed for specific languages of Windows with a particular code page. The following features in Microsoft Access are affected by the operating system's code page:

REFERENCES

For more information on these specific editions, please see the following article in the Microsoft Knowledge Base:

142699 ACC: List of Microsoft Access and ADT Localized Versions

Additional query words: int'l international localization localisation globalization

Keywords: kbenv kbinfo KB140409