Diff for /embedaddon/pcre/doc/pcre16.3 between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:50:25 version 1.1.1.2, 2012/10/09 09:19:17
Line 1 Line 1
.TH PCRE 3.TH PCRE 3 "14 April 2012" "PCRE 8.31"
 .SH NAME  .SH NAME
 PCRE - Perl-compatible regular expressions  PCRE - Perl-compatible regular expressions
 .sp  .sp
Line 264  units. Line 264  units.
 .sp  .sp
 There are two new general option names, PCRE_UTF16 and PCRE_NO_UTF16_CHECK,  There are two new general option names, PCRE_UTF16 and PCRE_NO_UTF16_CHECK,
 which correspond to PCRE_UTF8 and PCRE_NO_UTF8_CHECK in the 8-bit library. In  which correspond to PCRE_UTF8 and PCRE_NO_UTF8_CHECK in the 8-bit library. In
fact, these new options define the same bits in the options word.fact, these new options define the same bits in the options word. There is a
 discussion about the
 .\" HTML <a href="pcreunicode.html#utf16strings">
 .\" </a>
 validity of UTF-16 strings
 .\"
 in the
 .\" HREF
 \fBpcreunicode\fP
 .\"
 page.
 .P  .P
 For the \fBpcre16_config()\fP function there is an option PCRE_CONFIG_UTF16  For the \fBpcre16_config()\fP function there is an option PCRE_CONFIG_UTF16
 that returns 1 if UTF-16 support is configured, otherwise 0. If this option is  that returns 1 if UTF-16 support is configured, otherwise 0. If this option is
Line 374  Cambridge CB2 3QH, England. Line 384  Cambridge CB2 3QH, England.
 .rs  .rs
 .sp  .sp
 .nf  .nf
Last updated: 08 January 2012Last updated: 14 April 2012
 Copyright (c) 1997-2012 University of Cambridge.  Copyright (c) 1997-2012 University of Cambridge.
 .fi  .fi

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


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