Function: ucs-normalize-hfs-nfd-pre-write-conversion
ucs-normalize-hfs-nfd-pre-write-conversion is a byte-compiled function
defined in ucs-normalize.el.gz.
Signature
(ucs-normalize-hfs-nfd-pre-write-conversion FROM TO)
Source Code
;; Defined in /usr/src/emacs/lisp/international/ucs-normalize.el.gz
;; Pre-write conversion for `utf-8-hfs'.
;; _from and _to are legacy arguments (see `define-coding-system').
(defun ucs-normalize-hfs-nfd-pre-write-conversion (_from _to)
(save-match-data
(ucs-normalize-HFS-NFD-region (point-min) (point-max))))