Include the full set of supported UTF encodings
This commit is contained in:
parent
fab8636790
commit
6d4ca0b48b
@ -69,6 +69,13 @@ SUPPORTED_CODECS = {
|
||||
"shift_jis", # shift-jis
|
||||
"utf-8", # utf-8
|
||||
"utf-16-le", # utf-16le
|
||||
# We also support the following UTF flavors...
|
||||
"utf-8-sig",
|
||||
"utf-16",
|
||||
"utf-16-be",
|
||||
"utf-32",
|
||||
"utf-32-be",
|
||||
"utf-32-le",
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user