cp1252 decoder implementation

From: Buck Golemon <buck_at_yelp.com>
Date: Fri, 16 Nov 2012 15:38:29 -0800

cp1252 (aka windows-1252) defines 27 characters which iso-8859-1 does not.
This leaves five bytes with undefined semantics.

Currently the python cp1252 decoder allows us to ignore/replace/error on
these bytes, but there's no facility for allowing these unknown bytes to
round-trip through the codec, as the latin1 codec does.

I'd like to get this "fixed" but I will have a very hard time convincing
anyone that it's wrong.
Received on Fri Nov 16 2012 - 17:43:04 CST

This archive was generated by hypermail 2.2.0 : Fri Nov 16 2012 - 17:43:05 CST