From 99ebdaafdf94768e8a68ad7a2a9281ff9fb57426 Mon Sep 17 00:00:00 2001 From: naruse Date: Tue, 6 Feb 2007 15:08:59 +0000 Subject: * 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 --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2db635cc5..d66f246e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Tue Feb 06 22:06:45 2007 NARUSE, Yui + + * 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 * lib/rss/rss.rb, lib/rss/parser.rb: followed current Ruby -- cgit