[glib] Replace the explicit list of character categories by a reference to the GUnicodeType docs.
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Replace the explicit list of character categories by a reference to the GUnicodeType docs.
- Date: Mon, 9 Aug 2010 03:57:09 +0000 (UTC)
commit 43c0aa9ebe16cf17009678732decc9e852701f15
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Aug 8 23:53:52 2010 -0400
Replace the explicit list of character categories by a reference
to the GUnicodeType docs.
docs/reference/glib/regex-syntax.sgml | 124 +--------------------------------
1 files changed, 3 insertions(+), 121 deletions(-)
---
diff --git a/docs/reference/glib/regex-syntax.sgml b/docs/reference/glib/regex-syntax.sgml
index 5a86a74..8be1a13 100644
--- a/docs/reference/glib/regex-syntax.sgml
+++ b/docs/reference/glib/regex-syntax.sgml
@@ -556,7 +556,9 @@ examples have the same effect:
</programlisting>
<para>
-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:
</para>
<table frame="all" colsep="1" rowsep="1">
@@ -575,149 +577,29 @@ The following general category property codes are supported:
<entry>Other</entry>
</row>
<row>
- <entry>Cc</entry>
- <entry>Control</entry>
- </row>
- <row>
- <entry>Cf</entry>
- <entry>Format</entry>
- </row>
- <row>
- <entry>Cn</entry>
- <entry>Unassigned</entry>
- </row>
- <row>
- <entry>Co</entry>
- <entry>Private use</entry>
- </row>
- <row>
- <entry>Cs</entry>
- <entry>Surrogate</entry>
- </row>
- <row>
<entry>L</entry>
<entry>Letter</entry>
</row>
<row>
- <entry>Ll</entry>
- <entry>Lower case letter</entry>
- </row>
- <row>
- <entry>Lm</entry>
- <entry>Modifier letter</entry>
- </row>
- <row>
- <entry>Lo</entry>
- <entry>Other letter</entry>
- </row>
- <row>
- <entry>Lt</entry>
- <entry>Title case letter</entry>
- </row>
- <row>
- <entry>Lu</entry>
- <entry>Upper case letter</entry>
- </row>
- <row>
<entry>M</entry>
<entry>Mark</entry>
</row>
<row>
- <entry>Mc</entry>
- <entry>Spacing mark</entry>
- </row>
- <row>
- <entry>Me</entry>
- <entry>Enclosing mark</entry>
- </row>
- <row>
- <entry>Mn</entry>
- <entry>Non-spacing mark</entry>
- </row>
- <row>
<entry>N</entry>
<entry>Number</entry>
</row>
<row>
- <entry>Nd</entry>
- <entry>Decimal number</entry>
- </row>
- <row>
- <entry>Nl</entry>
- <entry>Letter number</entry>
- </row>
- <row>
- <entry>No</entry>
- <entry>Other number</entry>
- </row>
- <row>
<entry>P</entry>
<entry>Punctuation</entry>
</row>
<row>
- <entry>Pc</entry>
- <entry>Connector punctuation</entry>
- </row>
- <row>
- <entry>Pd</entry>
- <entry>Dash punctuation</entry>
- </row>
- <row>
- <entry>Pe</entry>
- <entry>Close punctuation</entry>
- </row>
- <row>
- <entry>Pf</entry>
- <entry>Final punctuation</entry>
- </row>
- <row>
- <entry>Pi</entry>
- <entry>Initial punctuation</entry>
- </row>
- <row>
- <entry>Po</entry>
- <entry>Other punctuation</entry>
- </row>
- <row>
- <entry>Ps</entry>
- <entry>Open punctuation</entry>
- </row>
- <row>
<entry>S</entry>
<entry>Symbol</entry>
</row>
<row>
- <entry>Sc</entry>
- <entry>Currency symbol</entry>
- </row>
- <row>
- <entry>Sk</entry>
- <entry>Modifier symbol</entry>
- </row>
- <row>
- <entry>Sm</entry>
- <entry>Mathematical symbol</entry>
- </row>
- <row>
- <entry>So</entry>
- <entry>Other symbol</entry>
- </row>
- <row>
<entry>Z</entry>
<entry>Separator</entry>
</row>
- <row>
- <entry>Zl</entry>
- <entry>Line separator</entry>
- </row>
- <row>
- <entry>Zp</entry>
- <entry>Paragraph separator</entry>
- </row>
- <row>
- <entry>Zs</entry>
- <entry>Space separator</entry>
- </row>
</tbody>
</tgroup>
</table>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]