Skip to content
GitLab
Explore
Sign in
Register
Kirill Smelkov
cpython
Repository
cpython
Lib
test
test_codecs.py
Find file
Blame
History
Permalink
Fix utf-8-sig incremental decoder, which didn't recognise a BOM when the
· ff925671
Walter Dörwald
authored
Apr 12, 2007
first chunk fed to the decoder started with a BOM, but was longer than 3 bytes.
ff925671