wchar_t - no umlaute

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

wchar_t - no umlaute

Post by Acki »

Hi,
it seems that wchar_t no longer supports umlaute (ä ö ü ß...) ???
I tried this:

Code: Select all

guienv->addStaticText(L"äöü", rect<int>(10,10,200,22), true);

error: converting to execution character set: Illegal byte sequence
I'm using Code::Blocks V1.0 with MinGW V3.4.4
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
Halan
Posts: 447
Joined: Tue Oct 04, 2005 8:17 pm
Location: Germany, Freak City
Contact:

Post by Halan »

same here
bearSoft
Posts: 165
Joined: Fri Apr 01, 2005 9:55 pm
Location: Denmark

Post by bearSoft »

Acki, in this thread user zgogh advise a japaneese user how to get jap. signs.
http://irrlicht.sourceforge.net/phpBB2/ ... ght=danish
it is a truetype extension for IRR -i dont know wheter it will work for german umlauts or not..
Regards.
Tech: win98se| 320mb ram| abitbe6| 433mhzceleron| atiRadeon7000.64mb| soundblaster125| dx9.0b | devCPP | IRR 0.12.0 |
Post Reply