On Jun 18, 8:50 am, "Edward K. Ream" <[email protected]> wrote:
> we may have to add a
> setting that will tell the qt gui which encoding to assume by default. We
> will then pass that as a the encoding param to g.toUnicode, for example.
I think this can, and should, be done. g.app.gui.toUnicode will
simply do:
return g.toUnicode(s,g.app.gui.defaultQtEncoding)
where defaultQtEncoding is utf-8 by default, and can be set by @string
default_qt_encoding setting.
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
-~----------~----~----~----~------~----~------~--~---