Skip to content

Commit

Permalink
Remove earlier link to mac_latin2
Browse files Browse the repository at this point in the history
The mac_latin2 link to Mac Latin seems incorrect; remove it.
  • Loading branch information
tripleee authored Oct 30, 2023
1 parent 107a6e2 commit d1227fc
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 @@ -121,7 +121,7 @@ def encodingtable(self, encodings):
r'^mac_(croatian|cyrillic|romanian|turkish)$':
r'Mac_OS_>>\1_encoding',
r'^mac_iceland$': 'Mac_OS_Icelandic_encoding',
r'^mac_latin2$': 'Macintosh_Latin_encoding',
# r'^mac_latin2$': 'Macintosh_Latin_encoding',
r'^palmos$': 'Windows-1252#Palm_OS_variant',
r'tis_620$': 'Thai_Industrial_Standard_620-2533'
}
Expand Down

0 comments on commit d1227fc

Please sign in to comment.