chickadee » icu » string-normalize

string-normalize input #!optional (form nfkc)procedure

Returns the normalized form of str to the destination string according to form

form
Any of "nfc", "nfkc", "nfd", or "nfkd"
(string-normalize "ΒΌ") ;; => "1/4"