Drop unneccessary JSON encodings

This commit is contained in:
Tom Christie 2023-10-31 10:16:14 +00:00
parent 2b2c1b41c7
commit 8566952567

View File

@ -69,13 +69,6 @@ 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",
}