[New-bugs-announce] [issue3811] Update Unicode database to 5.1.0

Martin v. Löwis report at bugs.python.org
Tue Sep 9 07:37:54 CEST 2008


New submission from Martin v. Löwis <martin at v.loewis.de>:

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 <report at bugs.python.org>
<http://bugs.python.org/issue3811>
_______________________________________


More information about the New-bugs-announce mailing list