Function: ucs-normalize-HFS-NFC-string

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

Signature

(ucs-normalize-HFS-NFC-string STR)

Documentation

Normalize the string STR by the Unicode NFC and Mac OS's HFS Plus.

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-HFS-NFC-string (str)
  "Normalize the string STR by the Unicode NFC and Mac OS's HFS Plus."
  (ucs-normalize-string ucs-normalize-HFS-NFC-region))