Logoj0ke.net Open Build Service > Projects > multimedia > wxWidgets > README.unicode
Sign Up | Log In

File README.unicode of Package wxWidgets

 
1
wxWidgets and unicode
2
=====================
3
4
wxWidgets can be compiled in unicode mode. This is needed for some controls
5
to work correctly with unicode locales. However some applications were not
6
written in respect to this compile time option and thus won't compile. This
7
is the reason why this package contains both unicode and non unicode
8
versions of the library.
9
10
If you want to compile an application using wxWidgets, it will by default
11
use the unicode version, in case it doesn't compile (you get errors about
12
wrong conversion to wxString and simmilar), you can pass the parameter
13
--unicode=[yes|no] to wx-config to select the wanted wxGTK version.
14
15
Non-unicode libraries are shipped in a separate package - wxWidgets-compat
16