| 1 |
The files in the "maintain" directory of the PCRE source contain data, scripts, |
The files in the "maint" directory of the PCRE source contain data, scripts, |
| 2 |
and programs that are used for the maintenance of PCRE, but do not form part of |
and programs that are used for the maintenance of PCRE, but do not form part of |
| 3 |
the PCRE distribution tarballs. |
the PCRE distribution tarballs. |
| 4 |
|
|
| 5 |
Builducptable A Perl script that creates the contents of the ucptable.h file |
Builducptable A Perl script that creates the contents of the ucptable.h file |
| 6 |
from two Unicode data files, which themselves are downloaded |
from two Unicode data files, which themselves are downloaded |
| 7 |
from the Unicode web site. Run this script in the "maintain" |
from the Unicode web site. Run this script in the "maint" |
| 8 |
directory. |
directory. |
| 9 |
|
|
| 10 |
Tech.Notes Some notes about the internals of the PCRE code. |
Tech.Notes Some notes about the internals of the PCRE code. |
| 15 |
|
|
| 16 |
ucptest.c A short C program for testing the Unicode property functions in |
ucptest.c A short C program for testing the Unicode property functions in |
| 17 |
pcre_ucp_searchfuncs.c, mainly useful after rebuilding the |
pcre_ucp_searchfuncs.c, mainly useful after rebuilding the |
| 18 |
Unicode property table. Compile and run this in the "maintain" |
Unicode property table. Compile and run this in the "main" |
| 19 |
directory. |
directory. |
| 20 |
|
|
| 21 |
ucptestdata A directory containing two files, testinput1 and testoutput1, |
ucptestdata A directory containing two files, testinput1 and testoutput1, |