util_utf8_decompose


Description:


[ Version ( since = "3.26" ) ]
public string util_utf8_decompose (string text)

Converts the text into a decomposed variant and strips it, which allows also cheap case insensitive comparision afterwards.

This produces an output as being used in util_utf8_strstrcasedecomp.

Parameters:

text

a UTF-8 string

Returns:

A newly allocated string, a decomposed variant of the text. Free with g_free, when no longer needed.


Namespace: E