Skip to content

Commit

Permalink
Update Wikipedia link for mac_latin2
Browse files Browse the repository at this point in the history
Previously known as `mac_centeuro`; see also python/cpython#79732

(Closes: #3)
  • Loading branch information
tripleee authored Oct 30, 2023
1 parent a39f9a8 commit 6b21dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encodings.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def encodingtable(self, encodings):
r'^latin_1': 'ISO/IEC_8859-1',
r'^mac_(armenian|roman)$': r'Mac_OS_>>\1',
r'^mac_(arabic|farsi|greek)$': r'Mac>>\1_encoding',
r'^mac_centeuro$': 'Mac_OS_Central_European_encoding',
r'^mac_latin2$': 'Mac_OS_Central_European_encoding',
r'^mac_(croatian|cyrillic|romanian|turkish)$':
r'Mac_OS_>>\1_encoding',
r'^mac_iceland$': 'Mac_OS_Icelandic_encoding',
Expand Down

0 comments on commit 6b21dfd

Please sign in to comment.