Function

GLib-2.0GLibunicode_canonical_decompositionDeprecated 2.30

  • Computes the canonical decomposition of a Unicode character.

    Parameters

    • Deprecatedch: string

      a Unicode character.

    • Deprecatedresult_len: number

      location to store the length of the return value.

    Returns string

    a newly allocated string of Unicode characters. result_len is set to the resulting length of the string.

    since 2.30: Use the more flexible g_unichar_fully_decompose() instead.