diff options
Diffstat (limited to 'Lib/encodings/cp500.py')
-rw-r--r-- | Lib/encodings/cp500.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/encodings/cp500.py b/Lib/encodings/cp500.py index 5f61535..a975be7 100644 --- a/Lib/encodings/cp500.py +++ b/Lib/encodings/cp500.py @@ -301,6 +301,7 @@ decoding_table = ( '\xd9' # 0xFD -> LATIN CAPITAL LETTER U WITH GRAVE '\xda' # 0xFE -> LATIN CAPITAL LETTER U WITH ACUTE '\x9f' # 0xFF -> CONTROL + '\ufffe' ## Widen to UCS2 for optimization ) ### Encoding table |