Adam Olsen wrote:
> There's no solution except to not
> decode, and 8859-1 is the way to do that.

I think you need to elaborate that. What does ISO-8859-1 has to do
with a Python datatype in this context: which datatype, and what
algorithm on it are you specifically referring to?

When I do (in 2.x)

py> "foo".decode("iso-8859-1")
u'foo'

ISTM that 8859-1 is all about decoding, so I don't understand why
you say it is a way not to decode.

Regards,
Martin
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to