> 3. In contrast, pasting a non-ascii character into the body pane (a
> QScintilla widget) produces the dreaded '?' character.

The simple expedient of having eventFilter always return False shows
that QScintilla doesn't handle non-ascii characters as well as
QTreeWidget. A little experimentation shows that QScintilla doesn't
handle pastes of characters whose ord is > 256.  This is strange,
since apparently QScintilla does have pretensions of being able to
handle unicode.  Not a big deal at present...

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

Reply via email to