From 0cb987bc514495c99c3f5c3ee373594507d1c115 Mon Sep 17 00:00:00 2001 From: tenderlove Date: Tue, 28 Feb 2012 01:30:15 +0000 Subject: * ext/psych/lib/psych.rb: default open YAML files with utf8 external encoding. [ruby-core:42967] * test/psych/test_tainted.rb: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34839 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/psych/test_tainted.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/psych') diff --git a/test/psych/test_tainted.rb b/test/psych/test_tainted.rb index 00d220e825..fdcced4cf3 100644 --- a/test/psych/test_tainted.rb +++ b/test/psych/test_tainted.rb @@ -121,7 +121,7 @@ module Psych t.binmode t.write string t.close - File.open(t.path) { |f| + File.open(t.path, 'r:bom|utf-8') { |f| @parser.parse f } t.close(true) -- cgit v1.2.3