CP437
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
Dan Tobias (Talk | contribs) (→Links) |
||
Line 19: | Line 19: | ||
* [http://msdn.microsoft.com/en-us/library/cc195060.aspx CP437 table from MSDN] | * [http://msdn.microsoft.com/en-us/library/cc195060.aspx CP437 table from MSDN] | ||
* [http://horstmann.com/unblog/2016-05-06/index.html CP437 Refuses To Die] | * [http://horstmann.com/unblog/2016-05-06/index.html CP437 Refuses To Die] | ||
+ | * [http://www.kreativekorp.com/charset/encoding/CP437/ Code chart at Kreative Korp] | ||
[[Category:Microsoft]] | [[Category:Microsoft]] | ||
[[Category:MS-DOS]] | [[Category:MS-DOS]] | ||
[[Category:IBM]] | [[Category:IBM]] |
Revision as of 05:16, 20 May 2019
Code Page 437 (CP437; also known as Microsoft Code Page 437, DOS Code Page 437, IBM Code Page 437, OEM 437, MS-DOS Latin US) is an 8-bit character encoding. It is a member of the family of MS-DOS encodings. It was widely used for English-language text on the MS-DOS platform, and is used by many formats and text files from that era.
The encoding is based on a set of glyphs that defines visible characters for nearly all of the available 256 code points. Often, some or all of the first 32 characters are replaced by the corresponding C0 control characters. Because of this, opinions differ as to the correct definition of "Code Page 437". In practice, it depends on context.