Blob Blame History Raw
<!-- ##### SECTION Title ##### -->
Unicode

<!-- ##### SECTION Short_Description ##### -->
Unicode and UTF-8 utility functions.

<!-- ##### SECTION Long_Description ##### -->
<para>
Functions to support converting to and from Unicode written in UTF-8
which is the native internal string format of all the redland libraries.
Includes checking for Unicode names using either the XML 1.0 or XML 1.1
rules.
</para>

<!-- ##### SECTION See_Also ##### -->
<para>

</para>

<!-- ##### SECTION Stability_Level ##### -->


<!-- ##### SECTION Image ##### -->


<!-- ##### TYPEDEF raptor_unichar ##### -->
<para>

</para>


<!-- ##### FUNCTION raptor_unicode_utf8_string_put_char ##### -->
<para>

</para>

@c: 
@output: 
@length: 
@Returns: 


<!-- ##### FUNCTION raptor_unicode_utf8_string_get_char ##### -->
<para>

</para>

@input: 
@length: 
@output: 
@Returns: 


<!-- ##### FUNCTION raptor_unicode_is_xml11_namestartchar ##### -->
<para>

</para>

@c: 
@Returns: 


<!-- ##### FUNCTION raptor_unicode_is_xml10_namestartchar ##### -->
<para>

</para>

@c: 
@Returns: 


<!-- ##### FUNCTION raptor_unicode_is_xml11_namechar ##### -->
<para>

</para>

@c: 
@Returns: 


<!-- ##### FUNCTION raptor_unicode_is_xml10_namechar ##### -->
<para>

</para>

@c: 
@Returns: 


<!-- ##### FUNCTION raptor_unicode_check_utf8_string ##### -->
<para>

</para>

@string: 
@length: 
@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: