We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3356ddf commit 16082b8Copy full SHA for 16082b8
1 file changed
postgresql/encodings/aliases.py
@@ -15,11 +15,13 @@
15
'euc_kr' : 'euckr',
16
# 'euc_tw' : None, # N/A
17
# 'mule_internal' : None, # N/A
18
- 'win1256' : 'windows_1256',
19
- 'tcvn' : 'windows_1258',
+ 'alt' : 'cp866',
20
'win874' : 'cp874',
21
'koi8r' : 'koi8_r',
22
- 'win1251' : 'windows_1251',
23
- 'alt' : 'cp866',
+ 'tcvn' : 'windows_1258',
24
'win1250' : 'windows_1250',
+ 'win1251' : 'windows_1251',
+ 'win1252' : 'windows_1252',
25
+ 'win1256' : 'windows_1256',
26
+ 'win1258' : 'windows_1258',
27
}
0 commit comments