commit | ad5b9de288de6b5f965fdfd4db30753c30f9d5ca | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Jun 07 21:43:46 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Jun 07 21:43:46 2007 +0000 |
tree | 91155dd70100bd8d866374735fc466ba3c06ed9d | |
parent | c3b6ac796f160ed27d2d1094ef606514ac3ae898 [diff] |
Change normalize_encodings() to avoid using .translate() or depending on the string type. It will always return a Unicode string. The algoritm's specification is unchanged.