From: Andrew M. Kuchling Date: Fri, 15 Jun 2007 22:43:03 +0000 (+0000) Subject: Add a word X-Git-Tag: v2.6a1~1604 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0b4589f60d572b47ef4659135e3b67c5da02ebc9;p=thirdparty%2FPython%2Fcpython.git Add a word --- diff --git a/Doc/howto/unicode.rst b/Doc/howto/unicode.rst index f92471a3edb4..dffe2cb83ace 100644 --- a/Doc/howto/unicode.rst +++ b/Doc/howto/unicode.rst @@ -152,7 +152,7 @@ it presents a number of problems. 4. Many Internet standards are defined in terms of textual data, and can't handle content with embedded zero bytes. -Generally people don't use this encoding, choosing other encodings +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