From 185c85b26e324295e49650853f0414477dda44bd Mon Sep 17 00:00:00 2001 From: odaira Date: Tue, 7 Oct 2014 19:33:48 +0000 Subject: test/ruby/test_rubyoptions.rb (TestRubyOptions#test_encoding): On AIX, locale_charmap is ISO-8859-1 with LANG=C. This means the source encoding of stdin is ISO-8859-1, so "invalid multibyte char" error does not occur git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47836 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a860bf88df..2dc3608a9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Oct 8 04:33:04 2014 Rei Odaira + + * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_encoding): + On AIX, locale_charmap is ISO-8859-1 with LANG=C. This means + the source encoding of stdin is ISO-8859-1, so "invalid + multibyte char" error does not occur. + Wed Oct 8 04:30:29 2014 Marc-Andre Lafortune * lib/matrix.rb: Add Matrix#laplace_expansion. -- cgit v1.2.3