diff options
author | Senthil Kumaran <orsenthil@gmail.com> | 2009-09-21 14:12:44 (GMT) |
---|---|---|
committer | Senthil Kumaran <orsenthil@gmail.com> | 2009-09-21 14:12:44 (GMT) |
commit | c2e303348bb0a128fec301cd71c4625d4f86add1 (patch) | |
tree | b5154c1b6d665155cec489f5a4805253f1bb41ef /Doc/howto | |
parent | 0cdc36972bc157cda88c3d412809290e43496216 (diff) | |
download | cpython-c2e303348bb0a128fec301cd71c4625d4f86add1.zip cpython-c2e303348bb0a128fec301cd71c4625d4f86add1.tar.gz cpython-c2e303348bb0a128fec301cd71c4625d4f86add1.tar.bz2 |
I guess, someone overlooked this one in howto. (it is
proper in trunk. That particular line is removed).
Diffstat (limited to 'Doc/howto')
-rw-r--r-- | Doc/howto/unicode.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/unicode.rst b/Doc/howto/unicode.rst index 819427d..59ea825 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: |