diff options
| author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-09-15 11:26:07 +0000 |
|---|---|---|
| committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-09-15 11:26:07 +0000 |
| commit | 5312c444862031e7c1f88ad278d8a185f7c4b0b0 (patch) | |
| tree | d5082f25c6b239bcd018156e6fa54dc5f2c798ab /ChangeLog | |
| parent | 91365c5fc14c400cedfacf73116249d49739d1b1 (diff) | |
| download | ruby-5312c444862031e7c1f88ad278d8a185f7c4b0b0.tar.gz ruby-5312c444862031e7c1f88ad278d8a185f7c4b0b0.tar.xz ruby-5312c444862031e7c1f88ad278d8a185f7c4b0b0.zip | |
* ext/nkf/nkf-8/nkf.c: imported nkf 2.0.8 rev.110.
* Fix: check_bom cuts \xfe\xff\xXX\xXX of UTF-32.
* Add support --ic=UTF-32.
* Fix: can't guess UTF-16 and UTF-32.
* Fix: can't decode beyond BMP of UTF-16LE.
* ext/nkf/nkf.c (guess): Support UTF-32.
* ext/nkf/lib/kconv.rb (kconv): Support UTF-32.
* ext/nkf/lib/kconv.rb (to_utf32): new method.
* ext/nkf/lib/kconv.rb (to_utf32): new method.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10938 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +Fri Sep 15 20:22:15 2006 NARUSE, Yui <naruse@ruby-lang.org> + + * ext/nkf/nkf-8/nkf.c: imported nkf 2.0.8 rev.110. + * Fix: check_bom cuts \xfe\xff\xXX\xXX of UTF-32LE. + * Add support --ic=UTF-32. + * Fix: can't guess UTF-16 and UTF-32. + * Fix: can't decode beyond BMP of UTF-16LE. + + * ext/nkf/nkf.c (guess): Support UTF-32. + + * ext/nkf/lib/kconv.rb (kconv): Support UTF-32. + + * ext/nkf/lib/kconv.rb (to_utf32): new method. + Fri Sep 15 05:23:24 2006 NARUSE, Yui <naruse@ruby-lang.org> * ext/nkf/nkf-8/nkf.c: imported nkf 2.0.8 2006-09-15. |
