Commit 194bfb28 authored by Mark Hammond's avatar Mark Hammond

Add some useful Windows encodings - patch #423221.

parent 351c3d05
...@@ -59,6 +59,11 @@ aliases = { ...@@ -59,6 +59,11 @@ aliases = {
'macroman': 'mac_roman', 'macroman': 'mac_roman',
'macturkish': 'mac_turkish', 'macturkish': 'mac_turkish',
# Windows
'windows_1252': 'cp1252',
'windows_1254': 'cp1254',
'windows_1255': 'cp1255',
# MBCS # MBCS
'dbcs': 'mbcs', 'dbcs': 'mbcs',
......
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