From 43c0aa9ebe16cf17009678732decc9e852701f15 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 8 Aug 2010 23:53:52 -0400 Subject: [PATCH] Replace the explicit list of character categories by a reference to the GUnicodeType docs. --- docs/reference/glib/regex-syntax.sgml | 124 +------------------------- 1 file changed, 3 insertions(+), 121 deletions(-) diff --git a/docs/reference/glib/regex-syntax.sgml b/docs/reference/glib/regex-syntax.sgml index 5a86a7445..8be1a131d 100644 --- a/docs/reference/glib/regex-syntax.sgml +++ b/docs/reference/glib/regex-syntax.sgml @@ -556,7 +556,9 @@ examples have the same effect: -The following general category property codes are supported: +In addition to the two-letter category codes listed in the +documentation for the #GUnicodeType enumeration, the following +general category property codes are supported: @@ -574,150 +576,30 @@ The following general category property codes are supported: COther - - Cc - Control - - - Cf - Format - - - Cn - Unassigned - - - Co - Private use - - - Cs - Surrogate - L Letter - - Ll - Lower case letter - - - Lm - Modifier letter - - - Lo - Other letter - - - Lt - Title case letter - - - Lu - Upper case letter - M Mark - - Mc - Spacing mark - - - Me - Enclosing mark - - - Mn - Non-spacing mark - N Number - - Nd - Decimal number - - - Nl - Letter number - - - No - Other number - P Punctuation - - Pc - Connector punctuation - - - Pd - Dash punctuation - - - Pe - Close punctuation - - - Pf - Final punctuation - - - Pi - Initial punctuation - - - Po - Other punctuation - - - Ps - Open punctuation - S Symbol - - Sc - Currency symbol - - - Sk - Modifier symbol - - - Sm - Mathematical symbol - - - So - Other symbol - Z Separator - - Zl - Line separator - - - Zp - Paragraph separator - - - Zs - Space separator -