/src/wrappers/glib/partially-implemented/g_unicode_string.e
http://github.com/tybor/Liberty · Specman e · 19 lines · 4 code · 7 blank · 8 comment · 0 complexity · 16ee273eae5e096a516c119d3636ac2a MD5 · raw file
- class G_UNICODE_STRING
- inherit WRAPPER
- feature
- -- g_unicode_canonical_ordering ()
- -- void g_unicode_canonical_ordering (gunichar *string,
- -- gsize len);
- -- Computes the canonical ordering of a string in-place. This rearranges decomposed
- -- characters in the string according to their combining classes. See the Unicode
- -- manual for more information.
- -- string : a UCS-4 encoded string.
- -- len : the maximum length of string to use.
- end