[C++-sig] Working with python unicode strings without wstring
Markus Heller
markus at relix.de
Tue Aug 1 02:23:09 CEST 2006
Dear Roman,
> May be you should use another set of API?
> http://docs.python.org/api/unicodeObjects.html
Thanks for your advice. I'm just reading the documentation :-)
> It is also possible that your locale is wrong.
So what is the influence of the locale setting (here: de_DE at euro) on the
interpretation of a German umlaut character? Python gets it right, only the
handover to the C++ std::string variable crashes.
Regards
Markus
More information about the Cplusplus-sig
mailing list