Testing if IBM Extended ASCII symbols are available?
Posted: Fri Nov 21, 2014 6:40 am
I remember that back in the days of MS-DOS, some programs used special characters to draw borders. Norton Commander comes to mind.
The OSDev Wiki states that these symbols are part of the IBM Extended ASCII character set.
My question: is there some way to test that they are available, or should I just assume that they are, while giving the user the option to switch back to plain ASCII at any time?
Additionally, do you know about computers out there that don't support the extended table?
I have a hunch that the Raspberry Pi doesn't, for example.
The OSDev Wiki states that these symbols are part of the IBM Extended ASCII character set.
My question: is there some way to test that they are available, or should I just assume that they are, while giving the user the option to switch back to plain ASCII at any time?
Additionally, do you know about computers out there that don't support the extended table?
I have a hunch that the Raspberry Pi doesn't, for example.