summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2009-09-21 14:12:44 +0000
committerSenthil Kumaran <orsenthil@gmail.com>2009-09-21 14:12:44 +0000
commitc2e303348bb0a128fec301cd71c4625d4f86add1 (patch)
treeb5154c1b6d665155cec489f5a4805253f1bb41ef
parent0cdc36972bc157cda88c3d412809290e43496216 (diff)
downloadcpython-git-c2e303348bb0a128fec301cd71c4625d4f86add1.tar.gz
I guess, someone overlooked this one in howto. (it is
proper in trunk. That particular line is removed).
-rw-r--r--Doc/howto/unicode.rst2
1 files changed, 1 insertions, 1 deletions
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: