Hey guys, myself and Simon have been trying to implement unicode.
Here is how we are defining the font:
FONT* GlobalFont = "Arial Unicode MS#16";
We are then reading text from a unicode .txt file and storing the data into a string. But when I display the string on screen the text isn't in Japanese it's just normal Ariel font. Any ideas how to implement it?