[Python-checkins] r75001 - python/branches/release31-maint/Doc/howto/unicode.rst

R. David Murray rdmurray at bitdance.com
Mon Sep 21 16:40:16 CEST 2009


On Mon, 21 Sep 2009 at 10:12, senthil.kumaran wrote:

> 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:

Actually, that fix just hadn't been backported yet (74740).  I've done
so now.

--David


More information about the Python-checkins mailing list