merge with 3.3

This commit is contained in:
Georg Brandl 2013-04-06 16:47:34 +02:00
commit 98297f4807
9 changed files with 33 additions and 26 deletions

View file

@ -1631,7 +1631,7 @@ UTF-8, then you need to do the following:
'ASCII section\ufeffUnicode section'
The Unicode code point ``'\ufeff'``, when encoded using UTF-8, will be
The Unicode code point U+FEFF, when encoded using UTF-8, will be
encoded as a UTF-8 BOM -- the byte-string ``b'\xef\xbb\xbf'``.
#. Replace the ASCII section with whatever placeholders you like, but make sure