commit | a79e05097be27579d0ab0e38fda404b0edb670c0 | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Mon Mar 24 21:16:28 2008 +0000 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Mon Mar 24 21:16:28 2008 +0000 |
tree | 817e98d10f75e67b229ff5f79638f2f00d9a2091 | |
parent | d9b9d680d502e9a776806184c13a9b1162cf6d06 [diff] |
#1477: ur'\U0010FFFF' used to raise in narrow unicode builds. Corrected the raw-unicode-escape codec to use UTF-16 surrogates in this case, like the unicode-escape codec does. Backport of r61793 and r61853