Function: ucs-normalize-NFD-string
ucs-normalize-NFD-string is an autoloaded and byte-compiled function
defined in ucs-normalize.el.gz.
Signature
(ucs-normalize-NFD-string STR)
Documentation
Normalize the string STR by the Unicode NFD.
Probably introduced at or before Emacs version 23.2.
Source Code
;; Defined in /usr/src/emacs/lisp/international/ucs-normalize.el.gz
;;;###autoload
(defun ucs-normalize-NFD-string (str)
"Normalize the string STR by the Unicode NFD."
(ucs-normalize-string ucs-normalize-NFD-region))