From c4b7937de72b13d2c695497c943c360d3fb710eb Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 30 Oct 2008 09:19:13 +0000 Subject: * pack.c (pack_pack): templates a, A, Z should propagate encoding of original strings. templates b, B, h, H brings ASCII-8BIT to the result. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20057 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 95313ae64..36b813d7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,12 @@ Thu Oct 30 14:45:45 2008 Martin Duerst * enc/trans/iso-8859-1-tbl.rb: new file to avoid having to treat ISO-8859-1 as special +Thu Oct 30 14:10:46 2008 Yukihiro Matsumoto + + * pack.c (pack_pack): templates a, A, Z should propagate encoding + of original strings. templates b, B, h, H brings ASCII-8BIT to + the result. + Thu Oct 30 10:34:20 2008 Nobuyoshi Nakada * ruby.c (moreswitches): splits option string and passes arguments. -- cgit