From 08cbfeef9756ba4f6275b31c770afb5be6cf5cbf Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 29 Oct 2008 07:41:21 +0000 Subject: * pack.c (pack_pack): set encoding from packing string and UTF-8 for "U". [ruby-core:19590] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20021 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4c3f022ff..d3b4f9354 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +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