diff options
| author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-20 13:10:28 +0000 |
|---|---|---|
| committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-20 13:10:28 +0000 |
| commit | 1717ce00e888f4423c092753c5a71b78272652eb (patch) | |
| tree | 72c2696d4e85f11eee15317d97442b284d323f4f /ChangeLog | |
| parent | 2828db03ca1ef246ba5d623a6ae8e34421c6e6c9 (diff) | |
* ext/nkf/nkf-utf8/nkf.c (rb_nkf_convert) (nkf_enc_without_bom):
reverted. nkf-utf8/nkf.c should be independent of ruby.
* ext/nkf/nkf.c (options):
moved from nkf-utf8/nkf.c.
override nkf's original settings for Unicode BOM.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16493 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Tue May 20 20:59:56 2008 NARUSE, Yui <naruse@ruby-lang.org> + + * ext/nkf/nkf-utf8/nkf.c (rb_nkf_convert) (nkf_enc_without_bom): + reverted. nkf-utf8/nkf.c should be independent of ruby. + + * ext/nkf/nkf.c (options): + moved from nkf-utf8/nkf.c. + override nkf's original settings for Unicode BOM. + Tue May 20 13:20:51 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> * ext/nkf/nkf.c (rb_nkf_convert), ext/nkf/nkf-utf8/nkf.c |
