Kaydet (Commit) 007f8dfd authored tarafından Walter Dörwald's avatar Walter Dörwald

Bug #1245379: Add "unicode-1-1-utf-7" as an alias for "utf-7" as specified

by RFC 1642.
üst a05834e5
......@@ -883,7 +883,7 @@ exist:
{all languages (BMP only)}
\lineiii{utf_7}
{U7}
{U7, unicode-1-1-utf-7}
{all languages}
\lineiii{utf_8}
......
......@@ -482,6 +482,7 @@ aliases = {
# utf_7 codec
'u7' : 'utf_7',
'utf7' : 'utf_7',
'unicode_1_1_utf_7' : 'utf_7',
# utf_8 codec
'u8' : 'utf_8',
......
......@@ -517,6 +517,8 @@ Library
- Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather than
considering it exactly like a '*'.
- Bug #1245379: Add "unicode-1-1-utf-7" as an alias for "utf-7" to
``encodings.aliases``.
Build
-----
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment