Function: SB-UNICODE:NORMALIZE-STRING

package type github

Normalize STRING to the Unicode normalization form form. Acceptable values for form are :NFD, :NFC, :NFKD, and :NFKC. If FILTER is a function it is called on each decomposed character and only characters for which it returns T are collected.

Lambda list

(string &optional sb-unicode::form sb-unicode::filter)