summaryrefslogtreecommitdiff
path: root/lib/unictype/categ_Zp.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/unictype/categ_Zp.h')
-rw-r--r--lib/unictype/categ_Zp.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/unictype/categ_Zp.h b/lib/unictype/categ_Zp.h
index 66a702e42b..1bcf4bf2bb 100644
--- a/lib/unictype/categ_Zp.h
+++ b/lib/unictype/categ_Zp.h
@@ -11,7 +11,7 @@ struct
int header[1];
int level1[1];
short level2[1 << 7];
- /*unsigned*/ int level3[1 << 4];
+ unsigned int level3[1 << 4];
}
u_categ_Zp =
{
@@ -148,9 +148,9 @@ u_categ_Zp =
-1
},
{
- 0x00000000, 0x00000200, 0x00000000, 0x00000000,
- 0x00000000, 0x00000000, 0x00000000, 0x00000000,
- 0x00000000, 0x00000000, 0x00000000, 0x00000000,
- 0x00000000, 0x00000000, 0x00000000, 0x00000000
+ 0x00000000U, 0x00000200U, 0x00000000U, 0x00000000U,
+ 0x00000000U, 0x00000000U, 0x00000000U, 0x00000000U,
+ 0x00000000U, 0x00000000U, 0x00000000U, 0x00000000U,
+ 0x00000000U, 0x00000000U, 0x00000000U, 0x00000000U
}
};