From 303a2fcee4c821933e580c88ba2699e749ffc896 Mon Sep 17 00:00:00 2001 From: yugui Date: Thu, 30 Oct 2008 14:36:18 +0000 Subject: merges r20057 from trunk into ruby_1_9_1. * 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/branches/ruby_1_9_1@20065 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 233c6272c..05e58b71c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,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 09:31:45 2008 Nobuyoshi Nakada * encoding.c (rb_locale_encoding): makes an alias for locale. -- cgit