/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

  1. class G_UNICODE_STRING
  2. inherit WRAPPER
  3. feature
  4. -- g_unicode_canonical_ordering ()
  5. -- void g_unicode_canonical_ordering (gunichar *string,
  6. -- gsize len);
  7. -- Computes the canonical ordering of a string in-place. This rearranges decomposed
  8. -- characters in the string according to their combining classes. See the Unicode
  9. -- manual for more information.
  10. -- string : a UCS-4 encoded string.
  11. -- len : the maximum length of string to use.
  12. end