On Wed, Jun 17, 2009 at 5:35 PM, Ville M. Vainio<vivai...@gmail.com> wrote:

>> Nothing should be reliant on that, but it may help you reproduce the problem.
>
> I enabled tracing in Qt gui-->@thin qtGui.py-->Gui wrapper-->class
> leoQtGui-->Clipboard (qtGui)
>
> ctrl+shift+c on a node that has body 'รครค' shows:
>
> replaceClipboardWith: 0 <type 'str'>

Culprit is this:

6867        def toUnicode (self,s,encoding='utf-8',reportErrors=True):
6868
6869            try:
6870                return unicode(s)
6871            except Exception:
6872 ->             return ''


-- 
Ville M. Vainio
http://tinyurl.com/vainio

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

Reply via email to