I have checks in code, to ensure a decode/encode cycle returns the
original string.

Given no UnicodeErrors, are there any cases for the following not to
be True?

    unicode(s, enc).encode(enc) == s

mario

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to