aboutsummaryrefslogtreecommitdiffstats
path: root/enc/utf_8.c
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-11 06:15:53 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-11 06:15:53 +0000
commit90be970018730e6362b157df7e210e23bbfcea96 (patch)
treec5686270d397935ff97306256d782a523b242d32 /enc/utf_8.c
parent74365313f7db803628c75644c558ca60a64768ff (diff)
downloadruby-90be970018730e6362b157df7e210e23bbfcea96.tar.gz
* enc/utf_8.c: Add new alias UTF-8-HFS for UTF8-MAC.
http://www.gnu.org/software/emacs/NEWS.23.2 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27736 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enc/utf_8.c')
-rw-r--r--enc/utf_8.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/enc/utf_8.c b/enc/utf_8.c
index f9a97c72dd..0c44a3efeb 100644
--- a/enc/utf_8.c
+++ b/enc/utf_8.c
@@ -449,7 +449,9 @@ ENC_ALIAS("CP65001", "UTF-8")
* Link: http://developer.apple.com/documentation/MacOSX/Conceptual/BPFileSystem/BPFileSystem.html
* Link: http://developer.apple.com/qa/qa2001/qa1235.html
* Link: http://developer.apple.com/jp/qa/qa2001/qa1235.html
+ * Link: http://www.gnu.org/software/emacs/NEWS.23.2
*/
ENC_REPLICATE("UTF8-MAC", "UTF-8")
ENC_ALIAS("UTF-8-MAC", "UTF8-MAC")
+ENC_ALIAS("UTF-8-HFS", "UTF8-MAC") /* Emacs 23.2 */