Regenerate the Unicode tables

Change-Id: Ic64cfb1197cae100e3816d0425f11fdd728d0df9
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
This commit is contained in:
Konstantin Ritt 2014-01-26 02:43:47 +02:00 committed by The Qt Project
parent b80fcbdba6
commit b584b6c478
2 changed files with 1465 additions and 1464 deletions

File diff suppressed because it is too large Load Diff

View File

@ -67,8 +67,8 @@ struct Properties {
ushort category : 8; /* 5 used */
ushort direction : 8; /* 5 used */
ushort combiningClass : 8;
ushort joining : 2;
signed short digitValue : 6; /* 5 used */
ushort joining : 3;
signed short digitValue : 5; /* 5 used */
signed short mirrorDiff : 16;
signed short lowerCaseDiff : 16;
signed short upperCaseDiff : 16;