Our current clipboard approach has a fundamental problem: we are
treating clipboard as text (unicode), but the xml data (outline
structure) is not text. It's 8 bit binary data (that happens to be in
utf8).

Separate method should be used to put binary data to clipboard (in tk,
it's probably always binary data?).

We should use setMimeData of QClipboard to set binary data:

http://doc.trolltech.com/4.5/qclipboard.html#setMimeData

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