making 'utf-8' default codec
Jorge Godoy
godoy at ieee.org
Mon Feb 27 12:45:05 EST 2006
Jarek Zgoda <jzgoda at o2.usun.pl> writes:
> Bad idea. You may accidentally break some libraries that depend on ASCII
> being default & standard.
And what would those produce as output when fed with unicode data? How would
they handle this input? IMVHO nothing should rely on having a standard
charset as input. If it is required, then the library should set it up by
itself: explicit is better than implicit.
--
Jorge Godoy <godoy at ieee.org>
"Quidquid latine dictum sit, altum sonatur."
- Qualquer coisa dita em latim soa profundo.
- Anything said in Latin sounds smart.
More information about the Python-list
mailing list