- 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"
Returns the normalized form of str to the destination string according to form
(string-normalize "ΒΌ") ;; => "1/4"