On Saturday, December 20, 2003, at 09:03 AM, Rob Cozens wrote:


I'm in the process of writing a keyboard filter for SDB, and I would be interested in anyone's feedback regarding any missing desirable edit ranges in general and high-order ASCII alphabetic characters in particular.

Perhaps the reason you are having trouble finding info on high-order ASCII is that there is no high-order ASCII as obnoxious purists like me are quick to point out.


Here is a document that has helped me get my bearings on character code issues:

http://www.cs.tut.fi/~jkorpela/chars.html

You might be interested in using ISO-8859-1 which includes ASCII as a subset and does define higher-end coding. Or the characters in common of 1-byte (in UTF8) Unicode and ISO-8859-1. Or limit yourself to those in common of those and some other ISO-8859.

I wonder if there are keyboard standards for Unicode...

Dar Scott

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to