]> granicus.if.org Git - python/commitdiff
I guess, someone overlooked this one in howto. (it is
authorSenthil Kumaran <orsenthil@gmail.com>
Mon, 21 Sep 2009 14:12:44 +0000 (14:12 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Mon, 21 Sep 2009 14:12:44 +0000 (14:12 +0000)
proper in trunk. That particular line is removed).

Doc/howto/unicode.rst

index 819427dbfa3fd1b005f4e5e4af233fb0e3c87fa6..59ea8252819bdc8f29e405026b57f0553c671713 100644 (file)
@@ -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: