On Oct 18, 11:39 am, "Alex Polite" <[EMAIL PROTECTED]> wrote:
> Here's another little thing to add to the qt todo list:
> in sig_itemChanged
> h = str(item.text(col))
> UnicodeEncodeError:
Thanks for this report. Rev 1312 changes:
str(s)
to
g.toUnicode(s,'utf-8')
everywhere except where s is known to be ascii.
I haven't really tested this. Please let me know how it works.
Thanks.
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
-~----------~----~----~----~------~----~------~--~---