1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* NEWS: emoji encodings.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26891 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
muraken 2010-03-12 12:35:39 +00:00
parent 8212cdf176
commit 1eca24b1a5
2 changed files with 11 additions and 0 deletions

View file

@ -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

7
NEWS
View file

@ -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?