I found Leo-4.7 beta2 changed it's default Encoding setting.
Here is the encoding message in log window:
"default encoding cp936 from locale"
I searched the source code for this message, and found that
I need to set "app.config.defaultEncoding" to change default
encoding setting to UTF8.
So, how can I set app.config.defaultEncoding to UTF8?
If I use cp936 as the default encoding, Leo does:
1. Load utf8 encoding rst file into @auto-rst : OK
2. Save cp936 encoding to rst file : OK
3. Load cp936 encoding rst file into @auto-rst : Failed
--
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.