[Python-Dev] Relaxing Unicode error handling (original) (raw)
Martin v. Loewis martin at v.loewis.de
Mon Jan 5 16:32:32 EST 2004
- Previous message: [Python-Dev] Relaxing Unicode error handling
- Next message: [Python-Dev] Relaxing Unicode error handling
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
M.-A. Lemburg wrote:
Codecs define what the default error handling should be (setting errors to NULL), not the Unicode implementation.
I'm not proposing to change this. Codecs would continue to define their error handling. The builtin codecs would base their decision on unicode.errorhandling, though.
Regards, Martin
- Previous message: [Python-Dev] Relaxing Unicode error handling
- Next message: [Python-Dev] Relaxing Unicode error handling
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]