aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormuraken <muraken@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-12 12:35:39 +0000
committermuraken <muraken@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-12 12:35:39 +0000
commit1eca24b1a5e029605241828a630ed9b83572ea0c (patch)
tree8b2c2f6f5115c49c16079b3f6129d972639f0dca
parent8212cdf176a5ac5e6693d4a0284437a38d5922b4 (diff)
downloadruby-1eca24b1a5e029605241828a630ed9b83572ea0c.tar.gz
* NEWS: emoji encodings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26891 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--NEWS7
2 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index da6b5c552b..93dba151fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Mar 12 21:34:00 2010 Kenta Murata <mrkn@mrkn.jp>
+
+ * NEWS: emoji encodings.
+
Fri Mar 12 17:14:12 2010 NARUSE, Yui <naruse@ruby-lang.org>
* lib/uri/common.rb (URI.encode_www_form): new method to
diff --git a/NEWS b/NEWS
index c4235d1d89..56b4cf6833 100644
--- a/NEWS
+++ b/NEWS
@@ -27,6 +27,13 @@ with all sufficient information, see the ChangeLog file.
* new encodings:
* Big5
* Big5-UAO
+ * ISO-2022-JP-KDDI
+ * SJIS-DoCoMo
+ * SJIS-KDDI
+ * SJIS-SoftBank
+ * UTF8-DoCoMo
+ * UTF8-KDDI
+ * UTF8-SoftBank
* new method:
* ascii_compatible?