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

Skip to content

Commit b7a88e5

Browse files
committed
Add yet another alias for ASCII found in the field. Will backport to
2.2.2.
1 parent 04d9a80 commit b7a88e5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/encodings/aliases.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
'646' : 'ascii',
2828
'ansi_x3.4_1968' : 'ascii',
2929
'ansi_x3.4_1986' : 'ascii',
30+
'ansi-x3-4-1968' : 'ascii',
3031
'cp367' : 'ascii',
3132
'csascii' : 'ascii',
3233
'ibm367' : 'ascii',

0 commit comments

Comments
 (0)