6 ms·
Does anyone know why it’s “code page 437”? Like why 437? Was there 437 code pages before it? Does the 437 bit pattern map to something in the hardware? Was it a
by brontitall 1y ago
Does anyone know why it’s “code page 437”? Like why 437? Was there 437 code pages before it? Does the 437 bit pattern map to something in the hardware? Was it a character rom part number?
- lifthrasiir 1y agoIt originates from the code page 37, which is the EBCDIC-based character set for US and Canada. At least initially EBCDIC code pages are numbered sequentially while PC DOS code pages were numbered more or less randomly; I have no clue why it is the code page 437 and not 337. (I can see why it is not 137 nor 237, as later code pages were numbered from 251.)
- numpad0 1y agoThere's a list of known code pages on Wikipedia[0] 0: https://en.wikipedia.org/wiki/Code_page https://en.wikipedia.org/wiki/Code_page