summaryrefslogtreecommitdiff
path: root/pcre_ucd.c
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2008-07-07 15:12:56 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2008-07-07 15:12:56 +0000
commit8c6a807f167a80cc7682a2acbf104a66fcdc57eb (patch)
tree15c43f9be229c09e0c6fdb8f2f253756d49a4e32 /pcre_ucd.c
parent5ba9e0ef3012694752a78e3df633c25babf7cbdc (diff)
downloadpcre-8c6a807f167a80cc7682a2acbf104a66fcdc57eb.tar.gz
Final (?) tidies for new Unicode property code.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@352 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre_ucd.c')
-rw-r--r--pcre_ucd.c13
1 files changed, 11 insertions, 2 deletions
diff --git a/pcre_ucd.c b/pcre_ucd.c
index 4fd37a7..fafecaa 100644
--- a/pcre_ucd.c
+++ b/pcre_ucd.c
@@ -5,8 +5,17 @@
/* Unicode character database. */
/* This file was autogenerated by the MultiStage2.py script. */
-/* Total size: 50980 bytes, block size: 128. */
-const ucd_record _pcre_ucd_records[] = { /* 1828 bytes */
+/* Total size: 52808 bytes, block size: 128. */
+/* When recompiling tables with a new Unicode version,
+please check types in the structure definition from pcre_internal.h:
+typedef struct {
+uschar property_0;
+uschar property_1;
+pcre_int32 property_2;
+} ucd_record; */
+
+
+const ucd_record _pcre_ucd_records[] = { /* 3656 bytes, record size 8 */
{ 9, 0, 0, }, /* 0 */
{ 9, 29, 0, }, /* 1 */
{ 9, 21, 0, }, /* 2 */