Problems with Umlaut

This forum can be used to talk about general design strategies, new ideas and questions in general related to wxWidgets. If you feel your questions doesn't fit anywhere, put it here.
Post Reply
zuppi
In need of some credit
In need of some credit
Posts: 4
Joined: Tue Aug 31, 2004 7:09 pm
Location: Switzerland

Problems with Umlaut

Post by zuppi »

I have a weird problem:

In various fields on the GUI (menu, static, etc.) sometimes the text is not displayed when it contains an Umlaut. This happens not all the time, it seems that it works when I use an Umlaut in the first position, but not therafter.

Sample: m_helpMenu->Append(minimal_about,_T("&Info
zuppi
In need of some credit
In need of some credit
Posts: 4
Joined: Tue Aug 31, 2004 7:09 pm
Location: Switzerland

Post by zuppi »

Figured it out myself... I had a call to wxLocale.Init() which I forgot about. It was initialised with an undefined value, causing the stange bahaviour. Same code ran under WIN32 with no problem.

Daniel
Post Reply