Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 194bfb2

Browse files
committed
Add some useful Windows encodings - patch #423221.
1 parent 351c3d0 commit 194bfb2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lib/encodings/aliases.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@
5959
'macroman': 'mac_roman',
6060
'macturkish': 'mac_turkish',
6161

62+
# Windows
63+
'windows_1252': 'cp1252',
64+
'windows_1254': 'cp1254',
65+
'windows_1255': 'cp1255',
66+
6267
# MBCS
6368
'dbcs': 'mbcs',
6469

0 commit comments

Comments
 (0)