Regenerate the Unicode tables
Change-Id: Ic64cfb1197cae100e3816d0425f11fdd728d0df9 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
This commit is contained in:
parent
b80fcbdba6
commit
b584b6c478
File diff suppressed because it is too large
Load Diff
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user