View Single Post
Old Mar 29th, 2005, 12:31 AM   #5
ZenMasterJG
Hobbyist Programmer
 
ZenMasterJG's Avatar
 
Join Date: Nov 2004
Location: Boston, MA
Posts: 148
Rep Power: 4 ZenMasterJG is on a distinguished road
Send a message via AIM to ZenMasterJG
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.
ZenMasterJG is offline   Reply With Quote