2008/10/18 Edward K. Ream <[EMAIL PROTECTED]>:
>
>
>
> 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.
>

Still no go. Now I get this when trying to save a tree where I've
pasted (still can't enter via normal means) some unicode chars:

Traceback (most recent call last):
File "/home/oivvio/opc/qt-plugin/leo/core/leoGlobals.py", line 3071,
in pr sys.stdout.write(s+'\n')
UnicodeEncodeError: 'ascii' codec can't encode character u'\ufffd' in
position 16: ordinal not in range(128)



-- 
http://polite.se

--~--~---------~--~----~------------~-------~--~----~
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