Game Development Community

Does Torque support Unicode?

by Iconliu · in Torque Game Engine · 03/17/2005 (10:45 pm) · 5 replies

How to change the GuiButtonCtrl 's name with Chinese or other ?
i tried it ,but it doesn't work.

About the author


#1
03/18/2005 (2:58 am)
Torque does not yet support Unicode. It will have UTF-8 support as soon as possible.
#2
03/18/2005 (3:44 am)
So if i want use Asian language as Button's name,how to make it?
#3
03/18/2005 (7:34 am)
The easiest way would be to use a bitmaped button with the chinese text on it. Granted its not very elegant but it will get the job done till unicode is supported.
#4
03/20/2005 (6:37 pm)
I added a GuiBitmapButtonCtrl into my MainMenuGui,when i set the value of the BitmapButtonCtrl properties,the bitmap's location can't work.(i put the bitmap in the starter.fps\client\ui)
anybody can tell me how to set the bitmap's location, many thanks.
#5
03/21/2005 (7:48 am)
Check this thread for information on getting a bitmapped button control to work.