Commit c4c15ed7 authored by Ashwin Ramaswami's avatar Ashwin Ramaswami Committed by Cheryl Sabella

bpo-35551: encodings update (GH-11446)

parent 54edb04a
...@@ -1198,7 +1198,8 @@ particular, the following variants typically exist: ...@@ -1198,7 +1198,8 @@ particular, the following variants typically exist:
+-----------------+--------------------------------+--------------------------------+ +-----------------+--------------------------------+--------------------------------+
| mac_iceland | maciceland | Icelandic | | mac_iceland | maciceland | Icelandic |
+-----------------+--------------------------------+--------------------------------+ +-----------------+--------------------------------+--------------------------------+
| mac_latin2 | maclatin2, maccentraleurope | Central and Eastern Europe | | mac_latin2 | maclatin2, maccentraleurope, | Central and Eastern Europe |
| | mac_centeuro | |
+-----------------+--------------------------------+--------------------------------+ +-----------------+--------------------------------+--------------------------------+
| mac_roman | macroman, macintosh | Western Europe | | mac_roman | macroman, macintosh | Western Europe |
+-----------------+--------------------------------+--------------------------------+ +-----------------+--------------------------------+--------------------------------+
......
...@@ -448,6 +448,7 @@ aliases = { ...@@ -448,6 +448,7 @@ aliases = {
# mac_latin2 codec # mac_latin2 codec
'maccentraleurope' : 'mac_latin2', 'maccentraleurope' : 'mac_latin2',
'mac_centeuro' : 'mac_latin2',
'maclatin2' : 'mac_latin2', 'maclatin2' : 'mac_latin2',
# mac_roman codec # mac_roman codec
...@@ -491,9 +492,6 @@ aliases = { ...@@ -491,9 +492,6 @@ aliases = {
'sjisx0213' : 'shift_jisx0213', 'sjisx0213' : 'shift_jisx0213',
's_jisx0213' : 'shift_jisx0213', 's_jisx0213' : 'shift_jisx0213',
# tactis codec
'tis260' : 'tactis',
# tis_620 codec # tis_620 codec
'tis620' : 'tis_620', 'tis620' : 'tis_620',
'tis_620_0' : 'tis_620', 'tis_620_0' : 'tis_620',
......
Updated encodings:
- Removed the "tis260" encoding, which was an alias for the nonexistent "tactis" codec.
- Added "mac_centeuro" as an alias for the mac_latin2 encoding.
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment