|
What were you planning on writing this in?
If my understanding of unicode is correct (which it might not be) the ASCII and Unicode values for characters are the same. That is, ASCII has characters 0-127, so Unicode maintained those values for the character set to maximize compatibility. So, usually you can just pretend that a Unicode string is ASCII and vise versa so long as your only using characters in the basic ASCII set.
|