...
My problem is Thais Font display is totally wrong as shown below...
![Image](http://www.gamemaker.co.th/cegui_thais.jpg)
I try set project to Unicode Character set and Multi Byte set then using converting string function which is post in
http://www.cegui.org.uk/phpBB2/viewtopic.php?t=1066
I also tried save my sourcecode in UTF-8 format (with notepad) but still not work.
...
I use Tahoma font like this in Tahoma-10.font file.
<?xml version="1.0" ?>
<Font Name="Tahoma-10" Filename="Tahoma.ttf" Type="Dynamic" Size="10" LastCodepoint="255" NativeHorzRes="800" NativeVertRes="600" AutoScaled="true"/>
...
I added only LastCodepoint="255" to use character beyond 127. Do I have to do more thing?
Please give me a light.
![Crying or Very sad :cry:](./images/smilies/icon_cry.gif)