From f996efb1e15443556d381b56047aeef2cc1ed473 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Mon, 10 Jan 2005 13:37:07 +0000 Subject: [PATCH] Added Unicode names [SVN r26664] --- doc/Attic/character_class_names.html | 192 ++++++++++++++++++++++++++- doc/character_class_names.html | 192 ++++++++++++++++++++++++++- 2 files changed, 374 insertions(+), 10 deletions(-) diff --git a/doc/Attic/character_class_names.html b/doc/Attic/character_class_names.html index dbaa8c6e..576e45d0 100644 --- a/doc/Attic/character_class_names.html +++ b/doc/Attic/character_class_names.html @@ -24,7 +24,13 @@


-

The following character class names are support by Boost.Regex:

+

Contents

+
+
Character Classes that are Always Supported
+ Character classes that are supported by Unicode Regular Expressions
+
+

Character Classes that are Always Supported

+

The following character class names are always supported by Boost.Regex:

@@ -130,13 +136,189 @@

-


+

Character classes that are supported by Unicode Regular + Expressions

+

The following character classes are only supported by Unicode + Regular Expressions: that is those that use the u32regex type.  The + names used are the same as those from + Chapter 4 of the Unicode standard.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Short NameLong Name
+ ASCII
+ Any
+ Assigned
C*Other
CcControl
CfFormat
CnNot Assigned
CoPrivate Use
CsSurrogate
L*Letter
LlLowercase Letter
LmModifier Letter
LoOther Letter
LtTitlecase
LuUppercase Letter
M*Mark
McSpacing Combining Mark
MeEnclosing Mark
MnNon-Spacing Mark
N*Number
NdDecimal Digit Number
NlLetter Number
NoOther Number
P*Punctuation
PcConnector Punctuation
PdDash Punctuation
PeClose Punctuation
PfFinal Punctuation
PiInitial Punctuation
PoOther Punctuation
PsOpen Punctuation
S*Symbol
ScCurrency Symbol
SkModifier Symbol
SmMath Symbol
SoOther Symbol
Z*Separator
ZlLine Separator
ZpParagraph Separator
ZsSpace Separator
+

-

Revised  +

+

Revised   - 09 Aug 2004  + 10 Jan 2005 

-

© Copyright John Maddock 2004

+

© Copyright John Maddock 2004-5

Use, modification and distribution are subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

diff --git a/doc/character_class_names.html b/doc/character_class_names.html index dbaa8c6e..576e45d0 100644 --- a/doc/character_class_names.html +++ b/doc/character_class_names.html @@ -24,7 +24,13 @@


-

The following character class names are support by Boost.Regex:

+

Contents

+
+
Character Classes that are Always Supported
+ Character classes that are supported by Unicode Regular Expressions
+
+

Character Classes that are Always Supported

+

The following character class names are always supported by Boost.Regex:

@@ -130,13 +136,189 @@

-


+

Character classes that are supported by Unicode Regular + Expressions

+

The following character classes are only supported by Unicode + Regular Expressions: that is those that use the u32regex type.  The + names used are the same as those from + Chapter 4 of the Unicode standard.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Short NameLong Name
+ ASCII
+ Any
+ Assigned
C*Other
CcControl
CfFormat
CnNot Assigned
CoPrivate Use
CsSurrogate
L*Letter
LlLowercase Letter
LmModifier Letter
LoOther Letter
LtTitlecase
LuUppercase Letter
M*Mark
McSpacing Combining Mark
MeEnclosing Mark
MnNon-Spacing Mark
N*Number
NdDecimal Digit Number
NlLetter Number
NoOther Number
P*Punctuation
PcConnector Punctuation
PdDash Punctuation
PeClose Punctuation
PfFinal Punctuation
PiInitial Punctuation
PoOther Punctuation
PsOpen Punctuation
S*Symbol
ScCurrency Symbol
SkModifier Symbol
SmMath Symbol
SoOther Symbol
Z*Separator
ZlLine Separator
ZpParagraph Separator
ZsSpace Separator
+

-

Revised  +

+

Revised   - 09 Aug 2004  + 10 Jan 2005 

-

© Copyright John Maddock 2004

+

© Copyright John Maddock 2004-5

Use, modification and distribution are subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)