Search found 6 matches

by samsamsam
Wed Apr 01, 2009 08:18
Forum: Help
Topic: right to left languages
Replies: 10
Views: 6334

Very very very thanks... :D
by samsamsam
Wed Mar 25, 2009 13:48
Forum: Help
Topic: right to left languages
Replies: 10
Views: 6334

hi: i got my my word "إنهاء" as i want... i did that: System::Text::UTF8Encoding^ utf8 = gcnew System::Text::UTF8Encoding; BYTE ara_buf[256]; wchar_t wara_buf[] = L"إنهاء"; doBidi(wara_buf,5,1,1); utf8->GetBytes&...
by samsamsam
Thu Mar 19, 2009 08:44
Forum: Help
Topic: right to left languages
Replies: 10
Views: 6334

hi again... am still working on my problem... i wrote this code: mRenderer = new CEGUI::OgreCEGUIRenderer(mWindow, Ogre::RENDER_QUEUE_OVERLAY, false, 3000, mSceneMgr); mSystem = new CEGUI::System(mRenderer); CEGUI::SchemeManager::getSingleton().loadScheme((CEGUI::utf...
by samsamsam
Thu Mar 19, 2009 08:42
Forum: Help
Topic: right to left languages
Replies: 10
Views: 6334

hi again... am still working on my problem... i wrote this code: mRenderer = new CEGUI::OgreCEGUIRenderer(mWindow, Ogre::RENDER_QUEUE_OVERLAY, false, 3000, mSceneMgr); mSystem = new CEGUI::System(mRenderer); CEGUI::SchemeManager::getSingleton().loadScheme((CEGUI::utf8...
by samsamsam
Tue Mar 10, 2009 09:24
Forum: Help
Topic: right to left languages
Replies: 10
Views: 6334

Thanks CrazyEddie...
i should read more about unicoding...

you are trying to help here and there...
so thanks :wink:
by samsamsam
Thu Mar 05, 2009 13:34
Forum: Help
Topic: right to left languages
Replies: 10
Views: 6334

right to left languages

hi: am trying to write arabic worlds (as btn->setText("إنهاء")). i tryed many thing but didn't work, as taking the world as wchar_t,, then using the minibidi, then replacing it to string... but i guess that there is a missing point which is i didn't determine ...

Go to advanced search