Function: ucs-normalize-NFKC-string

ucs-normalize-NFKC-string is an autoloaded and byte-compiled function defined in ucs-normalize.el.gz.

Signature

(ucs-normalize-NFKC-string STR)

Documentation

Normalize the string STR by the Unicode NFKC.

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-NFKC-string (str)
  "Normalize the string STR by the Unicode NFKC."
  (ucs-normalize-string ucs-normalize-NFKC-region))