summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-03-30 13:41:47 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-03-30 13:41:47 +0000
commit1240bf7573cc0d87b6614571b1670ab887de595b (patch)
tree1dc4c7dd806911cd2262710e476c59aa45194e1c /README
parent50dcde8c8eac3579ac0fe78d5cd298555fe9fa29 (diff)
downloadpcre-1240bf7573cc0d87b6614571b1670ab887de595b.tar.gz
Documentation notes that fr_FR locale is "french" in Windows; add an
out-of-tree built test to maint/ManyConfigTests. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@139 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index ec0ef3e..177a7e6 100644
--- a/README
+++ b/README
@@ -489,6 +489,9 @@ is output to say why. If running this test produces instances of the error
in the comparison output, it means that locale is not available on your system,
despite being listed by "locale". This does not mean that PCRE is broken.
+[If you are trying to run this test on Windows, you may be able to get it to
+work by changing "fr_FR" to "french" everywhere it occurs.]
+
The fourth test checks the UTF-8 support. It is not run automatically unless
PCRE is built with UTF-8 support. To do this you must set --enable-utf8 when
running "configure". This file can be also fed directly to the perltest script,