Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3df0e63 commit ea56845Copy full SHA for ea56845
Doc/library/codecs.rst
@@ -915,7 +915,7 @@ there's the so called BOM ("Byte Order Mark"). This is the Unicode character
915
``U+FEFF``. This character can be prepended to every ``UTF-16`` or ``UTF-32``
916
byte sequence. The byte swapped version of this character (``0xFFFE``) is an
917
illegal character that may not appear in a Unicode text. So when the
918
-first character in an ``UTF-16`` or ``UTF-32`` byte sequence
+first character in a ``UTF-16`` or ``UTF-32`` byte sequence
919
appears to be a ``U+FFFE`` the bytes have to be swapped on decoding.
920
Unfortunately the character ``U+FEFF`` had a second purpose as
921
a ``ZERO WIDTH NO-BREAK SPACE``: a character that has no width and doesn't allow
0 commit comments