summaryrefslogtreecommitdiff
path: root/maint/README
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2010-06-13 21:35:04 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2010-06-13 21:35:04 +0000
commitd940107b6f55a1f47fb03ddb48e6246175ba669b (patch)
treeb8a88629ff4c4d8a502de861d64786299c53abbb /maint/README
parentccf5f782818c0ab97070ba43f1d41188fd3c252c (diff)
downloadpcre-d940107b6f55a1f47fb03ddb48e6246175ba669b.tar.gz
A more correct fix for the chartables bug with UTF-8 and non-std tables.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@539 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'maint/README')
-rw-r--r--maint/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/maint/README b/maint/README
index f6c9102..06b2883 100644
--- a/maint/README
+++ b/maint/README
@@ -35,6 +35,12 @@ MultiStage2.py A Python script that generates the file pcre_ucd.c from three
Unicode web site. Run this script in the "maint" directory.
The generated file contains the tables for a 2-stage lookup
of Unicode properties.
+
+pcre_chartables.c.non-standard
+ This is a set of character tables that came from a Windows
+ system. It has characters greater than 128 that are set as
+ spaces, amongst other things. I kept it so that it can be
+ used for testing from time to time.
README This file.