On Thu, Jun 18, 2009 at 11:28 AM, Ville M. Vainio <[email protected]>wrote:

>
> On Thu, Jun 18, 2009 at 7:02 PM, Edward K. Ream<[email protected]>
> wrote:
>
> No, QString is a real unicode string. QByteArray is what qt uses for
> binary data (e.g. QString has toUtf8 that gives QByteArray).
>

If QString is, in fact, a (wrapper around) a unicode string, it should be
possible to convert to a proper Python unicode string without specifying an
encoding.  How is that done?

Edward

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to