Code Page 437 Article Index for
Code Page
Website Links For
Code
 

Information About

Code Page 437





CHARACTERS

The following is a table representing CP437 using the equivalent Unicode characters:


DIFFERENCE FROM ASCII


It is based on ASCII , with the following modifications:

  • The C0 control range (0x00–0x1F Hex ) is mapped to graphics characters. The codes can assume their original function as controls, but when placed in display RAM and then viewed in Text Mode , for example in a screen editor like MS-DOS edit, they show as graphics. The graphics are various, such as smiling faces, Card Suit s and musical notes. Code 0x7F, DEL, similarly shows as a graphic (a house).


  • The high-bit range, 0x80–0xFF, is mapped to various symbols: a few European characters (accented Latin Vowel s, etc) in no particular order and not sufficient for representation of most Western European languages, Box Drawing Characters , mathematical symbols and a few Greek letters commonly used in mathematics and physics.


The repertoire of CP437 was taken from the character set of Wang word-processing machines, according to Bill Gates in an interview with Gates and Paul Allen that in the 2nd of October 1995 edition of Fortune Magazine:

: "… we were also fascinated by dedicated word processors from Wang, because we believed that general-purpose machines could do that just as well. That's why, when it came time to design the keyboard for the IBM PC, we put the funny Wang character set into the machine—you know, smiley faces and boxes and triangles and stuff. We were thinking we'd like to do a clone of Wang word-processing software someday."

CP437 is inadequate for Internationalisation , as it lacks characters necessary for some languages, such as À (capital A with grave) for French, and has only a few Greek letters. Later MS-DOS character sets, such as CP850 (DOS Latin-1), CP852 (DOS Central-European) and CP737 (DOS Greek), filled the gaps for international use while still being nearly compatible with CP437 by retaining most of the box-drawing characters. All CP437 characters are in Unicode and in Microsoft's WGL4 character set, therefore in most of the fonts on Microsoft Windows , and also in the default VGA font of the Linux kernel, and the ISO 10646 fonts for X11 .

Implementors of mapping tables to Unicode should note that CP437 unifies some characters that look almost the same (to the eyes of its implementors, not to the eyes of a typographer): 0xE1 is both the German sign (U+2208, ∈) and the Greek lowercase Epsilon (U+03B5, ε).

In can be inserted by holding down the Alt Key and entering the character's three-digit decimal code on the Numpad . Which DOS code page is currently active can be found out by querying mode.com. This technique is called '' Windows Alt Keycodes ''.


SEE ALSO



EXTERNAL LINKS



REFERENCES