summaryrefslogtreecommitdiff
path: root/Lib/encodings/iso8859_1.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/encodings/iso8859_1.py')
-rw-r--r--Lib/encodings/iso8859_1.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/encodings/iso8859_1.py b/Lib/encodings/iso8859_1.py
index 8cfc01fe14..d9cc516718 100644
--- a/Lib/encodings/iso8859_1.py
+++ b/Lib/encodings/iso8859_1.py
@@ -301,6 +301,7 @@ decoding_table = (
'\xfd' # 0xFD -> LATIN SMALL LETTER Y WITH ACUTE
'\xfe' # 0xFE -> LATIN SMALL LETTER THORN (Icelandic)
'\xff' # 0xFF -> LATIN SMALL LETTER Y WITH DIAERESIS
+ '\ufffe' ## Widen to UCS2 for optimization
)
### Encoding table