News

The code page defines 256 characters based on the 256 possible combinations in a single byte. For most code pages, the first 128 characters conform to the ASCII standard.
However, by casting the actual number as a char it displays them correctly.<BR><BR>I did not change the code page from whatever Windows uses for a default in the US, so extended IBM ASCII does not ...