Re: Htmltext and latin-1 characters
Neil Schemenauer <[email protected]>
| Newsgroups | gmane.comp.web.quixote.user |
|---|---|
| Message-ID | <[email protected]> |
Akihiro KAYAMA <[email protected]> wrote: > FYI: On UNIX, the environment variables LANG/LC_CTYPE/LC_ALL also > affect Py_FileSystemDefaultEncoding. (I didn't know Python had such > mechanism. Why they don't affect setdefaultencoding?) defaultencoding should always be 'ascii'. Neil