From abf352bbf3d77d8633bbb9428d3c6c9a575bdfff Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 13 Dec 2007 16:09:53 +0000 Subject: * re.c (rb_reg_initialize): embedded string may override encoding of the regular expression. * re.c (rb_reg_initialize): fix encoding of regular expression if embedded string has its own encoding specified. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14218 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1887f0e06..016111311 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Dec 14 00:54:40 2007 Yukihiro Matsumoto + + * re.c (rb_reg_initialize): embedded string may override encoding + of the regular expression. + + * re.c (rb_reg_initialize): fix encoding of regular expression if + embedded string has its own encoding specified. + Thu Dec 13 22:16:46 2007 Yukihiro Matsumoto * encoding.c (rb_enc_compatible): encoding should never fall back -- cgit