diff options
author | xibbar <xibbar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-10-13 13:39:13 +0000 |
---|---|---|
committer | xibbar <xibbar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-10-13 13:39:13 +0000 |
commit | fc6d58ccc469e07e7a2ef89942014a23303206eb (patch) | |
tree | 9bd3df2948e7fcd36f5d118eebe63f4aac48ec8a /ChangeLog | |
parent | 74dcda0d418c5a5eb27047cd0e4a2bf04b637834 (diff) | |
download | ruby-fc6d58ccc469e07e7a2ef89942014a23303206eb.tar.gz |
* lib/cgi/util.rb (CGI::unescape): bugfix to unescape the multibyte
string. Thanks nobu and tDiary dev members. [Bug #3909]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29484 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Wed Oct 13 22:32:34 2010 Takeyuki FUJIOKA <xibbar@ruby-lang.org> + + * lib/cgi/util.rb (CGI::unescape): bugfix to unescape the multibyte + string. Thanks nobu and tDiary dev members. [Bug #3909] + Wed Oct 13 21:13:00 2010 NARUSE, Yui <naruse@ruby-lang.org> * numeric.c (int_chr): raise error when the value is negative. |