diff options
author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-06 15:08:59 +0000 |
---|---|---|
committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-06 15:08:59 +0000 |
commit | 99ebdaafdf94768e8a68ad7a2a9281ff9fb57426 (patch) | |
tree | 82d1159dfba28a263e77b38b28e74e57d04b15ff /ChangeLog | |
parent | d3bfa0e9be1fb0b0c68791f3a1630210613677e8 (diff) | |
download | ruby-99ebdaafdf94768e8a68ad7a2a9281ff9fb57426.tar.gz ruby-99ebdaafdf94768e8a68ad7a2a9281ff9fb57426.tar.xz ruby-99ebdaafdf94768e8a68ad7a2a9281ff9fb57426.zip |
* ext/nkf/nkf-utf8/{nkf.c,utf8tbl.c}:
imported nkf 2007-01-28.
* Fixed: can't decode MIME encode JIS string.
* Fixed: Fullwitdh-halfwidth conversion.
* Support DoCoMo's and Softbank's EMOJI
* Support CP932, CP5022x, eucJP-ms UDC
* Support UTF-32 encoding
* Support beyond BMP
[ruby-dev:29700] [ruby-dev:29922] [ruby-dev:30144]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11649 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Tue Feb 06 22:06:45 2007 NARUSE, Yui <naruse@ruby-lang.org> + + * ext/nkf/nkf-utf8/{nkf.c,utf8tbl.c}: + imported nkf 2007-01-28. + * Fixed: can't decode MIME encode JIS string. + * Fixed: Fullwitdh-halfwidth conversion. + * Support DoCoMo's and Softbank's EMOJI + * Support CP932, CP5022x, eucJP-ms UDC + * Support UTF-32 encoding + * Support beyond BMP + [ruby-dev:29700] [ruby-dev:29922] [ruby-dev:30144] + Tue Feb 6 20:36:19 2007 Kouhei Sutou <kou@cozmixng.org> * lib/rss/rss.rb, lib/rss/parser.rb: followed current Ruby |