We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84f5266 commit 87aa1d4Copy full SHA for 87aa1d4
pypdf/_codecs/__init__.py
@@ -30,10 +30,6 @@ def rev_encoding(enc: list[str]) -> dict[str, int]:
30
_mac_encoding = fill_from_encoding("mac_roman")
31
32
33
-_win_encoding_rev: dict[str, int] = rev_encoding(_win_encoding)
34
-_mac_encoding_rev: dict[str, int] = rev_encoding(_mac_encoding)
35
-_symbol_encoding_rev: dict[str, int] = rev_encoding(_symbol_encoding)
36
-_zapfding_encoding_rev: dict[str, int] = rev_encoding(_zapfding_encoding)
37
_pdfdoc_encoding_rev: dict[str, int] = rev_encoding(_pdfdoc_encoding)
38
39
0 commit comments