On Sun, Jan 31, 2010 at 6:23 AM, Ville M. Vainio <[email protected]> wrote: > On Sun, Jan 31, 2010 at 2:27 AM, Edward K. Ream <[email protected]> wrote: > >> As of rev 2816, it is possible to set g.app.defaultEncoding use the >> @string default-encoding setting. > > It's always very hard for me to understand the concept of "default > encoding". Default encoding for what purpose? Writing out files where > encoding has not been specified explicitly? Encoding for path names? > Encoding for terminal print commands (sys.stdin.encoding)?
All of the above. We have to pick something, and that something is, in effect, 'utf-8'. 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.
