> note the *subject* of this posting....
> "... using FileDropPlugin"

Right, of course - sorry about that.

So I've installed Autokey on my Lucid box, and have been able to
reproduce the issue - but I'm not sure what's going on.

To ensure that the file has the right encoding, I've tried both of the
following:

    contents = clipboard.get_selection()
    contents = contents.decode('utf-8')

    import codecs
    fh = codecs.open(longfilename, 'w', encoding='utf-8')
    fh.write(contents)
    fh.close()

Yet the issue still occurs - so it *seems* the issue is reading and
interpreting the file - i.e. with FileDropPlugin somewhere. Perhaps you
can send Eric an example file so he can try and debug the issue?
It's also possible I've missed something because I'm unfamiliar with
Autokey - so it might be worth asking the Autokey folks to confirm the
encoding's correct.


-- F.

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

Reply via email to