Try OpenEdge Now
skip to main content
Internationalizing Applications
Using Multi-byte Code Pages
 

Using Multi-byte Code Pages

Single-byte code pages can accommodate a maximum of 256 characters. This presents a problem for Chinese, Japanese, and Korean, whose ideographic and syllabic writing systems each contain tens of thousands of characters. This also presents a problem for Unicode, a standard that defines a code page to accommodate all characters of all languages of the world—including Chinese, Japanese, and Korean.
This chapter discusses a solution—multi-byte code pages—focusing on Chinese, Japanese, Korean, and also touches on Unicode. For more information on Unicode, see Using Unicode.
* Definitions of key terms
* OpenEdge support
* Input
* Output
* Inside the multi-byte application
* Issues specific to multi-byte code pages
* Guidelines for using multi-byte characters