Can't find a table for the High ASCII characters.
YoMista!
Posts: 7
Can anyone tell me where to find a table·for the upper (128-255) ASCII characters as they exist in the BS2 - I already know they don't match the standard High ASCII characters.
I tried writing a little program to·generate·a table in the Debug terminal and I've been able to get a look at the characters from 128 - 239, but (I suspect) the control characters are throwing the thing off.· Problem is, I need to accurately see the position of each "character" within it's character space.
Thanks
I tried writing a little program to·generate·a table in the Debug terminal and I've been able to get a look at the characters from 128 - 239, but (I suspect) the control characters are throwing the thing off.· Problem is, I need to accurately see the position of each "character" within it's character space.
Thanks
Comments
The short answer is that it has nothing to do with the Stamp itself and has all to do with the display font configured in Windows.
Values from 128 through 255 are considered Extended ASCII (some have said ANSI) and the characters displayed by various computer platforms can vary greatly and are often specific to a platform. On LCD Displays they are often Katakana Characters and other less used characters. To a BASIC Stamp any number from 0 through 255 is a byte. It doesn’t matter if you’re using an ASCII value or not. It’s all 1’s and 0’s to the microcontroller. Take care.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
To accommodate the breadth of characters required for other languages and purposes, a new system, Unicode, is coming into vogue. The Parallax (Propeller) typeface, for example, contains Unicode characters in the PC-resident TrueType font that get mapped back to to extended ASCII codes in the Propeller's ROM.
-Phil
1. Open an editor window. The forum Quick Reply window works fine for this.
2. Activate Num Lock on your keyboard.
3. Hold down the Alt key, and type a four digit decimal ASCII code on the numeric keypad: i.e. for 128, type 0128.
4. Release the Alt key.
5. That extended ASCII character from your current character set will appear on the edit screen.
-Phil
and go BBSing.
If you Wiki "code page", you'll see that dates back to the old Wang word processers.
It's very anglo-centric, not suited for international use.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Have Fun
TR