Treating wxString content as Unicode

Ondra Holub ondra.holub at post.cz
Thu Sep 6 12:18:04 PDT 2007


On 6 Zář, 18:33, paplor... at yahoo.com (Lorinc) wrote:
> Hi,
>
> After downloading an XML file containing Unicode characters I want to display its content, but the letters aren't interpreted as Unicode.
> Basically this is what I want:
> wxString name(_T("L 'rinc"));
>
> and I want
> wxMessageBox (name);
>
> to display:
> Lőrinc
>
> Thanks for your help,
>   Lőrinc
>
> ____________________________________________________________________________________
> Choose the right car based on your needs.  Check out Yahoo! Autos new Car Finder tool.http://autos.yahoo.com/carfinder/

If you will use unicode build of wxWidgets, all wxStrings are in
unicode.







More information about the wx-users mailing list