CP437
From Just Solve the File Format Problem
(Difference between revisions)
m |
Dan Tobias (Talk | contribs) (→Links) |
||
Line 13: | Line 13: | ||
* [ftp://ftp.software.ibm.com/software/globalization/gcoc/attachments/CP00437.pdf IBM CP437 reference] | * [ftp://ftp.software.ibm.com/software/globalization/gcoc/attachments/CP00437.pdf IBM CP437 reference] | ||
* [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] | ||
[[Category:Microsoft]] | [[Category:Microsoft]] | ||
[[Category:IBM]] | [[Category:IBM]] |
Revision as of 16:06, 8 May 2016
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 of these characters are replaced by the corresponding C0 control characters. Opinions differ as to which of these encodings is the correct definition of "Code Page 437".