[Qt-interest] Displaying unicode strings

Andre Somers andre at familiesomers.nl
Sat Aug 28 11:08:19 CEST 2010


  Op 28-8-2010 11:00, Eeli Reilin schreef:
> Hi
>
> I have a string which has characters, for example like this: \u00c4 and
> \u20ac.
>
> I'd like to get them shown as 'ä' and '€'
>
> Currently when I print out the string, it just says: 00c4 and 20ac
Qt is fully unicode capable, so you have another issue. Could you be 
more explicit in how you "have" those strings? Where do they come from? 
In what do you have them? In a QString?

André




More information about the Qt-interest-old mailing list