summaryrefslogtreecommitdiff
path: root/NON-UNIX-USE
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-09-17 10:38:40 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-09-17 10:38:40 +0000
commit8a7a081f2b2148dd7d4fa320dee17cd5bf146e6f (patch)
tree7a8be3d9ebaa2eb0db334bf6e211e0e4b85aadb8 /NON-UNIX-USE
parent4593c685d7605216ae94dd70e9d44a304e99875b (diff)
downloadpcre-8a7a081f2b2148dd7d4fa320dee17cd5bf146e6f.tar.gz
Documentation tweak.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@252 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'NON-UNIX-USE')
-rw-r--r--NON-UNIX-USE7
1 files changed, 5 insertions, 2 deletions
diff --git a/NON-UNIX-USE b/NON-UNIX-USE
index 31117cd..50e790f 100644
--- a/NON-UNIX-USE
+++ b/NON-UNIX-USE
@@ -132,7 +132,10 @@ The following are generic comments about building the PCRE C library "by hand".
that the output matches the corresponding testoutput files. Note that the
supplied files are in Unix format, with just LF characters as line
terminators. You may need to edit them to change this if your system uses
- a different convention.
+ a different convention. If you are using Windows, you probably should use
+ the wintestinput3 file instead of testinput3 (and the corresponding output
+ file). This is a locale test; wintestinput3 sets the locale to "french"
+ rather than "fr_FR", and there some minor output differences.
(11) If you want to use the pcregrep command, compile and link pcregrep.c; it
uses only the basic PCRE library (it does not need the pcreposix library).
@@ -321,5 +324,5 @@ $! Locale could not be set to fr
$!
=========================
-Last Updated: 11 September 2007
+Last Updated: 17 September 2007
****