diff options
Diffstat (limited to 'Lib/encodings/cp1257.py')
-rw-r--r-- | Lib/encodings/cp1257.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/encodings/cp1257.py b/Lib/encodings/cp1257.py index 08a3fb9..dcc81c0 100644 --- a/Lib/encodings/cp1257.py +++ b/Lib/encodings/cp1257.py @@ -551,4 +551,3 @@ encoding_map = { 0x20AC: 0x80, # EURO SIGN 0x2122: 0x99, # TRADE MARK SIGN } - |