We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6307668 commit 8a22600Copy full SHA for 8a22600
1 file changed
test_iconvcodec.py
@@ -47,7 +47,7 @@ def test_incremental_decode(self):
47
def test_available_encodings(self):
48
# Some from the list on https://www.gnu.org/software/libiconv/
49
encodings = (
50
- *[f"ISO-8859-{i}" for i in (1, 2, 3, 4, 5, 7, 9, 10, 13, 14, 15, 16)],
+ *[f"ISO-8859-{i}" for i in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 13, 14, 15, 16)],
51
*[
52
f"CP{i}"
53
for i in (
0 commit comments