From bcc6561df8e2fdf97bbcb7194e2e36f80183d6be Mon Sep 17 00:00:00 2001 From: yugui Date: Wed, 29 Oct 2008 16:27:00 +0000 Subject: merged r20021 and r20022 from trunk into ruby_1_9_1. * pack.c (pack_pack): set encoding from packing string and UTF-8 for "U". [ruby-core:19590] * test/ruby/test_array.rb (test_pack): use utf-8. * test/ruby/test_pack.rb (test_pack_U): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20042 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e97b238d0..e10aead0e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18,6 +18,11 @@ Wed Oct 29 20:45:08 2008 Yusuke Endoh test/webrick/test_server.rb, test/webrick/test_filehandler.rb: use webrick log as an assertion message. +Wed Oct 29 16:41:17 2008 Nobuyoshi Nakada + + * pack.c (pack_pack): set encoding from packing string and UTF-8 for + "U". [ruby-core:19590] + Wed Oct 29 15:50:00 2008 TAKANO Mitsuhiro (takano32) * complex.c (imp1, imp2): should declare type. -- cgit