Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3c736e33
Commit
3c736e33
authored
Aug 13, 2009
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mention the new coding system `utf-8-hfs' and many
functions for Unicode normalization.
parent
d6d30064
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
etc/ChangeLog
etc/ChangeLog
+5
-0
etc/NEWS
etc/NEWS
+12
-0
No files found.
etc/ChangeLog
View file @
3c736e33
2009-08-13 Kenichi Handa <handa@m17n.org>
* NEWS: Mention the new coding systme `utf-8-hfs' and many
functions for Unicode normalization.
2009-08-09 CHENG Gao <chenggao@gmail.com>
* MORE.STUFF: Update Etags and Ispell URLs.
...
...
etc/NEWS
View file @
3c736e33
...
...
@@ -87,6 +87,10 @@ variables to file-local variables in the "Local Variables" list or the
`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 @@ functions and variables.
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment