summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qunicodetables_p.h
diff options
context:
space:
mode:
authorKonstantin Ritt <ritt.ks@gmail.com>2014-01-26 02:43:47 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-29 23:19:55 +0100
commitb584b6c478bae641ce6fbab25560bfb4ce831e5c (patch)
tree1f52a68b8e357545ab18228ba2f68f233d9c2d5f /src/corelib/tools/qunicodetables_p.h
parentb80fcbdba62ec2324fa9ad29cbc5ac1d9a9fe8a2 (diff)
Regenerate the Unicode tables
Change-Id: Ic64cfb1197cae100e3816d0425f11fdd728d0df9 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/corelib/tools/qunicodetables_p.h')
-rw-r--r--src/corelib/tools/qunicodetables_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/tools/qunicodetables_p.h b/src/corelib/tools/qunicodetables_p.h
index 0ac1cce9ac..ec9607b817 100644
--- a/src/corelib/tools/qunicodetables_p.h
+++ b/src/corelib/tools/qunicodetables_p.h
@@ -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;