[Python-checkins] r75001 - python/branches/release31-maint/Doc/howto/unicode.rst
senthil.kumaran
python-checkins at python.org
Mon Sep 21 16:12:45 CEST 2009
Author: senthil.kumaran
Date: Mon Sep 21 16:12:44 2009
New Revision: 75001
Log:
I guess, someone overlooked this one in howto. (it is
proper in trunk. That particular line is removed).
Modified:
python/branches/release31-maint/Doc/howto/unicode.rst
Modified: python/branches/release31-maint/Doc/howto/unicode.rst
==============================================================================
--- python/branches/release31-maint/Doc/howto/unicode.rst (original)
+++ python/branches/release31-maint/Doc/howto/unicode.rst Mon Sep 21 16:12:44 2009
@@ -150,7 +150,7 @@
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:
More information about the Python-checkins
mailing list