From: Senthil Kumaran Date: Mon, 21 Sep 2009 14:12:44 +0000 (+0000) Subject: I guess, someone overlooked this one in howto. (it is X-Git-Tag: v3.1.2rc1~503 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c2e303348bb0a128fec301cd71c4625d4f86add1;p=python I guess, someone overlooked this one in howto. (it is proper in trunk. That particular line is removed). --- diff --git a/Doc/howto/unicode.rst b/Doc/howto/unicode.rst index 819427dbfa..59ea825281 100644 --- a/Doc/howto/unicode.rst +++ b/Doc/howto/unicode.rst @@ -150,7 +150,7 @@ Generally people don't use this encoding, instead choosing other encodings that are more efficient and convenient. Encodings don't have to handle every possible Unicode character, and most -encodings don't. For example, Python's default encoding is the 'ascii' +encodings don't. For example, Python's default encoding is the 'UTF-8' encoding. The rules for converting a Unicode string into the ASCII encoding are simple; for each code point: