Skip to content

Commit

Permalink
KOI8-T does exist on Wikipedia
Browse files Browse the repository at this point in the history
... was just missing from the big friendly box of character encodings
  • Loading branch information
tripleee committed Nov 24, 2022
1 parent 3c4693f commit 656502d
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 @@ -112,7 +112,7 @@ def encodingtable(self, encodings):
r'^cp(125\d)$': r'Windows-\1',
r'^iso8859_(\d{1,2})$': r'ISO/IEC_8859-\1',
r'^hp_roman8': r'HP_Roman#Roman-8',
r'^koi8_([ru])$': r'KOI8->>\1',
r'^koi8_([rtu])$': r'KOI8->>\1',
r'^kz1048$': 'Windows-1251#Kazakh_variant',
r'^latin_1': 'ISO/IEC_8859-1',
r'^mac_(armenian|roman)$': r'Mac_OS_>>\1',
Expand Down

0 comments on commit 656502d

Please sign in to comment.