Message101315
Florent Xicluna wrote:
>
> Florent Xicluna <[email protected]> added the comment:
>
> The bug was a side-effect of the update. Code point "\uAAAA" is now assigned to a printable character:
>
> AAAA;TAI VIET LETTER LOW VO;Lo;0;L;;;;;N;;;;;
>
> And test_bigmem relies on this code point being non-printable.
> I changed it for a char in the Low surrogates range, which is guaranteed not printable. See attached patch.
That's better.
You wrote about '\üaaa' (3 'a's) in your previous post
on the ticket and I didn't understand why that would change with the
patch, since it's basically a SyntaxError which doesn't have anything
to do with the Unicode types or database.
> The regression test suite passes flawlessly.
>
> I will do further tests before merging back in 3.x
Please also check what happened to all those code points that were
removed by the patch in unicodetype_db.h.
Thanks. |
|
| Date |
User |
Action |
Args |
| 2010-03-19 09:25:38 | lemburg | set | recipients:
+ lemburg, amaury.forgeotdarc, ezio.melotti, flox |
| 2010-03-19 09:25:35 | lemburg | link | issue8024 messages |
| 2010-03-19 09:25:34 | lemburg | create | |
|