summaryrefslogtreecommitdiff
path: root/docs/tmpl
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2011-08-09 10:18:44 -0700
committerDave Beckett <dave@dajobe.org>2011-08-09 10:33:24 -0700
commitdc138860e4f4476c5314da1ee1fd88bcc5f03864 (patch)
tree79291f379d264ff3f503b235def83e6c5d4ab2c3 /docs/tmpl
parentd24e9f9e9d7e120d8189a96590bf530868398a50 (diff)
downloadraptor-dc138860e4f4476c5314da1ee1fd88bcc5f03864.tar.gz
Added UTF-8 strlen and substr utility functions
(raptor_unicode_utf8_strlen): Added (raptor_unicode_utf8_substr): Added
Diffstat (limited to 'docs/tmpl')
-rw-r--r--docs/tmpl/section-unicode.sgml24
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/tmpl/section-unicode.sgml b/docs/tmpl/section-unicode.sgml
index f6a05c14..85a42902 100644
--- a/docs/tmpl/section-unicode.sgml
+++ b/docs/tmpl/section-unicode.sgml
@@ -97,3 +97,27 @@ rules.
@Returns:
+<!-- ##### FUNCTION raptor_unicode_utf8_strlen ##### -->
+<para>
+
+</para>
+
+@string:
+@length:
+@Returns:
+
+
+<!-- ##### FUNCTION raptor_unicode_utf8_substr ##### -->
+<para>
+
+</para>
+
+@dest:
+@dest_length_p:
+@src:
+@src_length:
+@startingLoc:
+@length:
+@Returns:
+
+