summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-01-14 16:45:24 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-01-14 16:45:24 +0000
commit2f5a8f10bf39f753de5036739c0b56b874c71f9a (patch)
treed944f27c3c839153771d8de1dd199bfb1951b8d8 /README
parente64ccef119356d70a1782b07b6ac5f0be0c902e8 (diff)
downloadpcre-2f5a8f10bf39f753de5036739c0b56b874c71f9a.tar.gz
Documentation minor edits.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@873 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'README')
-rw-r--r--README19
1 files changed, 11 insertions, 8 deletions
diff --git a/README b/README
index 1a72ead..0832924 100644
--- a/README
+++ b/README
@@ -195,14 +195,17 @@ library. They are also documented in the pcrebuild man page.
the 8-bit library, or UTF-16 Unicode character strings in the 16-bit library,
you must add --enable-utf to the "configure" command. Without it, the code
for handling UTF-8 and UTF-16 is not included in the relevant library. Even
- when --enable-utf included, the use of UTF encoding still has to be enabled
- by an option at run time. When PCRE is compiled with this option, its input
- can only either be ASCII or UTF-8/16, even when running on EBCDIC platforms.
- It is not possible to use both --enable-utf and --enable-ebcdic at the same
- time.
-
-. The option --enable-utf8 is retained for backwards compatibility with earlier
- releases that did not support 16-bit character strings. It is synonymous with
+ when --enable-utf is included, the use of a UTF encoding still has to be
+ enabled by an option at run time. When PCRE is compiled with this option, its
+ input can only either be ASCII or UTF-8/16, even when running on EBCDIC
+ platforms. It is not possible to use both --enable-utf and --enable-ebcdic at
+ the same time.
+
+. There are no separate options for enabling UTF-8 and UTF-16 independently
+ because that would allow ridiculous settings such as requesting UTF-16
+ support while building only the 8-bit library. However, the option
+ --enable-utf8 is retained for backwards compatibility with earlier releases
+ that did not support 16-bit character strings. It is synonymous with
--enable-utf. It is not possible to configure one library with UTF support
and the other without in the same configuration.