lib/__builtins__/unicode.py | raw changeset files shortlog |
1.1 --- a/lib/__builtins__/unicode.py Thu Dec 15 01:40:31 2016 +0100 1.2 +++ b/lib/__builtins__/unicode.py Thu Dec 15 16:09:01 2016 +0100 1.3 @@ -172,7 +172,8 @@ 1.4 1.5 s = s.__str__() 1.6 1.7 - # Convert the string to UTF-8. 1.8 + # Convert the string to UTF-8. Even if the stated encoding is UTF-8, it 1.9 + # needs to be validated. 1.10 1.11 to_utf8 = Converter(encoding, "UTF-8") 1.12