[issue21330] Typo in "Unicode HOWTO" documentation

2014-04-22 Thread Benjamin Peterson
Benjamin Peterson added the comment: http://hg.python.org/cpython/rev/b428b803f71f http://hg.python.org/cpython/rev/660d53bfb332 http://hg.python.org/cpython/rev/ae4a9000e925 -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___

[issue21330] Typo in "Unicode HOWTO" documentation

2014-04-22 Thread Jayanth Raman
New submission from Jayanth Raman: It should be "128 such characters" in the following sentence: For example, you can’t fit both the accented characters used in Western Europe and the Cyrillic alphabet used for Russian into the 128-255 range because there are more than 127 such characters. --