OcelotTabby
Programmer
Our software got hit by the problem of some modern graphics cards not supporting the full ASCII character set. The text is written with OutTextXY(). The characters 'A' - 'z' look fine, but the numbers are scrambled. Specifically, the ASCII characers 1-64 and 123-127 are bad, where the rest are good.
My questions are two fold:
1) Is there any hope that the newer BIOSes will support the full ASCII set in the future, and what are the chances that they can do this quickly?
2) There was an earlier thread (thread935-764014) that addressed this problem, and suggested writing one's own OutTextXY procedure. Can somebody please provide more details on this? Thank you!