Skip to content

Commit 8a22600

Browse files
Commit
1 parent 6307668 commit 8a22600

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test_iconvcodec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def test_incremental_decode(self):
4747
def test_available_encodings(self):
4848
# Some from the list on https://www.gnu.org/software/libiconv/
4949
encodings = (
50-
*[f"ISO-8859-{i}" for i in (1, 2, 3, 4, 5, 7, 9, 10, 13, 14, 15, 16)],
50+
*[f"ISO-8859-{i}" for i in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 13, 14, 15, 16)],
5151
*[
5252
f"CP{i}"
5353
for i in (

0 commit comments

Comments
 (0)