From 5ccce6d6546b311aff95423119752a1bec1aa0a2 Mon Sep 17 00:00:00 2001 From: ph10 Date: Wed, 28 Apr 2021 15:37:48 +0000 Subject: Documentation update git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1308 6239d852-aaf2-0410-a92c-79f79f948069 --- doc/html/pcre2.html | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'doc/html/pcre2.html') diff --git a/doc/html/pcre2.html b/doc/html/pcre2.html index dc2d058..1e267d0 100644 --- a/doc/html/pcre2.html +++ b/doc/html/pcre2.html @@ -38,8 +38,14 @@ Oniguruma syntax items, and there are options for requesting some minor changes that give better ECMAScript (aka JavaScript) compatibility.

-The source code for PCRE2 can be compiled to support 8-bit, 16-bit, or 32-bit -code units, which means that up to three separate libraries may be installed. +The source code for PCRE2 can be compiled to support strings of 8-bit, 16-bit, +or 32-bit code units, which means that up to three separate libraries may be +installed, one for each code unit size. The size of code unit is not related to +the bit size of the underlying hardware. In a 64-bit environment that also +supports 32-bit applications, versions of PCRE2 that are compiled in both +64-bit and 32-bit modes may be needed. +

+

The original work to extend PCRE to 16-bit and 32-bit code units was done by Zoltan Herczeg and Christian Persch, respectively. In all three cases, strings can be interpreted either as one character per code unit, or as UTF-encoded @@ -198,9 +204,9 @@ use my two initials, followed by the two digits 10, at the domain cam.ac.uk.


REVISION

-Last updated: 17 September 2018 +Last updated: 28 April 2021
-Copyright © 1997-2018 University of Cambridge. +Copyright © 1997-2021 University of Cambridge.

Return to the PCRE2 index page. -- cgit v1.2.1