Unicode Help

BlitzMax Forums/BlitzMax Beginners Area/Unicode Help

Ant(Posted 2005) [#1]
Hi guys, I'm trying support foreign languages in my code. I have a font function which grabs bmp fonts from a file based on theier ASCII value and code to display the appropriate string. But I just cant get my head around unicode which it appears I have to use. I've been to the website [a http://www.unicode.org][/a] and I understand the concept of it but I havent came across anything that'll help me practically implement it into my code. It seems to be a vital consideration - can anyone point me in the correct direction?
Thanks guys