alias macintosh to mac_roman #843590
This commit is contained in:
parent
0cc7444ea9
commit
23110e7361
|
@ -1090,7 +1090,7 @@ particular, the following variants typically exist:
|
|||
+-----------------+--------------------------------+--------------------------------+
|
||||
| mac_latin2 | maclatin2, maccentraleurope | Central and Eastern Europe |
|
||||
+-----------------+--------------------------------+--------------------------------+
|
||||
| mac_roman | macroman | Western Europe |
|
||||
| mac_roman | macroman, macintosh | Western Europe |
|
||||
+-----------------+--------------------------------+--------------------------------+
|
||||
| mac_turkish | macturkish | Turkish |
|
||||
+-----------------+--------------------------------+--------------------------------+
|
||||
|
|
|
@ -435,6 +435,7 @@ aliases = {
|
|||
'maclatin2' : 'mac_latin2',
|
||||
|
||||
# mac_roman codec
|
||||
'macintosh' : 'macintosh',
|
||||
'macroman' : 'mac_roman',
|
||||
|
||||
# mac_turkish codec
|
||||
|
|
Loading…
Reference in New Issue