obin wrote:
In 2.9/3.0 wxString will hold whatever is the natural type for the GUI
library, or what is most easily converted to what the GUI uses. On
Windows it's still the 2-byte wchar_t, but on wxGTK and wxMac it will be
utf-8. Since Python has real Unicode objects wxPython will still use
them and convert string objects as needed, and then convert to whatever
wxString is using at the Python/C++ boundaries. For anyone interested
in the C++ side of the fence, wxString has been enhanced so that in
almost all cases the C++ programmer doesn't need to know or care what
the internal representation is. I had my doubts about this change but
it looks like they've done a good job with it.
ยทยทยท
----
http://lists.wxwidgets.org/cgi-bin/ezmlm-cgi?11:mss:71299:phgigafoopjoapedfjgp
There is also a web page where Vadim Zeitlin mentions the QString (Qt/pyQt)
model. I do not find it.
----
Ooops. Wrong link!
http://wxwidgets.blogspot.com/2007/11/looking-forward-to-wxwidgets-3.html
jmf