Diff for /embedaddon/pcre/doc/pcrebuild.3 between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2012/02/21 23:50:25 version 1.1.1.3, 2012/10/09 09:19:17
Line 1 Line 1
.TH PCREBUILD 3.TH PCREBUILD 3 "07 January 2012" "PCRE 8.30"
 .SH NAME  .SH NAME
 PCRE - Perl-compatible regular expressions  PCRE - Perl-compatible regular expressions
 .  .
Line 100  PCRE_UTF8 or PCRE_UTF16 option when you call one of th Line 100  PCRE_UTF8 or PCRE_UTF16 option when you call one of th
 functions.  functions.
 .P  .P
 If you set --enable-utf when compiling in an EBCDIC environment, PCRE expects  If you set --enable-utf when compiling in an EBCDIC environment, PCRE expects
its input to be either ASCII or UTF-8 (depending on the runtime option). It isits input to be either ASCII or UTF-8 (depending on the run-time option). It is
 not possible to support both EBCDIC and UTF-8 codes in the same version of the  not possible to support both EBCDIC and UTF-8 codes in the same version of the
 library. Consequently, --enable-utf and --enable-ebcdic are mutually  library. Consequently, --enable-utf and --enable-ebcdic are mutually
 exclusive.  exclusive.
Line 313  only. If you add Line 313  only. If you add
 .sp  .sp
 to the \fBconfigure\fP command, the distributed tables are no longer used.  to the \fBconfigure\fP command, the distributed tables are no longer used.
 Instead, a program called \fBdftables\fP is compiled and run. This outputs the  Instead, a program called \fBdftables\fP is compiled and run. This outputs the
source for new set of tables, created in the default locale of your C runtimesource for new set of tables, created in the default locale of your C run-time
 system. (This method of replacing the tables does not work if you are cross  system. (This method of replacing the tables does not work if you are cross
 compiling, because \fBdftables\fP is run on the local host. If you need to  compiling, because \fBdftables\fP is run on the local host. If you need to
 create alternative tables when cross compiling, you will have to do so "by  create alternative tables when cross compiling, you will have to do so "by

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>