Search found 2 matches

by TobiasKilian
Wed Sep 06, 2006 15:15
Forum: Offtopic Discussion
Topic: Codepage dependend utf8 -> ascii conversion (solution!)
Replies: 4
Views: 5555

Thanks you for the hint!

I got it now working as expected using

Code: Select all

asciiconv = ucnv_open("ISO-8859-1", &status);


Greetings,
Tobias
by TobiasKilian
Mon Sep 04, 2006 19:59
Forum: Offtopic Discussion
Topic: Codepage dependend utf8 -> ascii conversion (solution!)
Replies: 4
Views: 5555

Hmm i'd really like to have this feature, but it doesnt work for me? : CEGUI::MultiLineEditbox * textWindow = static_cast<CEGUI::MultiLineEditbox *>(wmgr.getWindow((CEGUI::utf8*)"My/Text")); CEGUI::String ceguiStr = textWindow->getText(); String ogreStr = CE...

Go to advanced search