summaryrefslogtreecommitdiffstats
path: root/enc/utf_8.c
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-29 22:12:57 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-29 22:12:57 +0000
commit2232af3703942a843c60763ec01736cd8ee20bae (patch)
tree787cfc340de7f2c4f940ffddafda7534052e1839 /enc/utf_8.c
parent2bf013e2724ea47aee0d8df7a611e9ed99d6e1d3 (diff)
downloadruby-2232af3703942a843c60763ec01736cd8ee20bae.tar.gz
ruby-2232af3703942a843c60763ec01736cd8ee20bae.tar.xz
ruby-2232af3703942a843c60763ec01736cd8ee20bae.zip
* enc/utf_8.c: add UTF8-MAC (UTF-8-MAC).
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16697 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enc/utf_8.c')
-rw-r--r--enc/utf_8.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/enc/utf_8.c b/enc/utf_8.c
index 3a287b3e2..4eaf6a21e 100644
--- a/enc/utf_8.c
+++ b/enc/utf_8.c
@@ -443,3 +443,13 @@ OnigEncodingDefine(utf_8, UTF_8) = {
onigenc_always_true_is_allowed_reverse_match
};
ENC_ALIAS("CP65001", "UTF-8");
+
+/*
+ * Name: UTF8-MAC
+ * 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
+ */
+ENC_REPLICATE("UTF8-MAC", "UTF-8");
+ENC_ALIAS("UTF-8-MAC", "UTF8-MAC");
+