Skip to content

Commit 16082b8

Browse files
author
James William Pye
committed
Add some encoding aliases.
1 parent 3356ddf commit 16082b8

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

postgresql/encodings/aliases.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@
1515
'euc_kr' : 'euckr',
1616
# 'euc_tw' : None, # N/A
1717
# 'mule_internal' : None, # N/A
18-
'win1256' : 'windows_1256',
19-
'tcvn' : 'windows_1258',
18+
'alt' : 'cp866',
2019
'win874' : 'cp874',
2120
'koi8r' : 'koi8_r',
22-
'win1251' : 'windows_1251',
23-
'alt' : 'cp866',
21+
'tcvn' : 'windows_1258',
2422
'win1250' : 'windows_1250',
23+
'win1251' : 'windows_1251',
24+
'win1252' : 'windows_1252',
25+
'win1256' : 'windows_1256',
26+
'win1258' : 'windows_1258',
2527
}

0 commit comments

Comments
 (0)