Example #1
0
function normalize_form_kc_php($c)
{
    return UtfNormal::toNFKC($c, "php");
}