New submission from Martin v. Löwis <[EMAIL PROTECTED]>: This is a patch to update the Unicode database. It's mostly the imported data, but there were two code changes: - 5.1 changes the "mirrored" property for a character (U+0F3A), and the delta-to-3.2 code did not support that. I added a field into hange_record to support that kind of change. - 5.1 also added a character (U+1d79) whose upper-case version is far off (U+A77D), triggering a complaint that the delta can't be represented in 16 bits. I fixed that adding a flag into the ctype record indicating that deltas aren't used for that record.
Fredrik, can you please review these changes? ---------- assignee: effbot files: ucd51.diff.bz2 keywords: needs review messages: 72821 nosy: effbot, loewis severity: normal status: open title: Update Unicode database to 5.1.0 versions: Python 2.6 Added file: http://bugs.python.org/file11429/ucd51.diff.bz2 _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3811> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com