mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Update suspicious ignore file.
This commit is contained in:
parent
265281ac02
commit
fd4365a4d8
4 changed files with 11 additions and 12 deletions
|
|
@ -1572,7 +1572,7 @@ UTF-8, then you need to do the following:
|
|||
|
||||
'ASCII section\ufeffUnicode section'
|
||||
|
||||
The Unicode code point ``'\feff```, when encoded using UTF-8, will be
|
||||
The Unicode code point ``'\ufeff'``, 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue