changeset 104252:0cb25698f384

Mention the new coding system `utf-8-hfs' and many functions for Unicode normalization.
author Kenichi Handa <handa@m17n.org>
date Thu, 13 Aug 2009 12:18:35 +0000
parents 8100740e5592
children 9ae400bfd1fb
files etc/NEWS
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Thu Aug 13 12:11:17 2009 +0000
+++ b/etc/NEWS	Thu Aug 13 12:18:35 2009 +0000
@@ -87,6 +87,10 @@
 `copy-dir-locals-to-file-locals-prop-line' and
 `copy-file-locals-to-dir-locals'.
 
+** New coding system `utf-8-hfs' is available in
+international/ucs-normalize.el.  It is suitable for
+default-file-name-coding-system on Mac OS X.
+
 
 * Editing Changes in Emacs 23.2
 
@@ -173,6 +177,14 @@
 The feature `hashtable-print-readable' identifies this new
 functionality.
 
+** Functions performing Unicode normalization are added.  They are:
+ucs-normalize-NFD-region, ucs-normalize-NFD-string,
+ucs-normalize-NFC-region, ucs-normalize-NFC-string,
+ucs-normalize-NFKD-region, ucs-normalize-NFKD-string,
+ucs-normalize-NFKC-region, ucs-normalize-NFKC-string,
+ucs-normalize-HFS-NFD-region, ucs-normalize-HFS-NFD-string,
+ucs-normalize-HFS-NFC-region, ucs-normalize-HFS-NFC-string.
+
 
 * Installation Changes in Emacs 23.1