From 7b4f0c0d1d4815807b000506cb470eb925834f9d Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 16 Oct 2012 01:54:05 +0000 Subject: file.c: ASCII-compatible * file.c (rb_file_join): path names must be ASCII-compatible. [ruby-core:48012] [Bug #7168] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37207 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 ++++- file.c | 1 + test/ruby/test_file_exhaustive.rb | 10 ++++++++++ 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 40f8006c3c..60ed1d1d97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ -Tue Oct 16 10:53:29 2012 Nobuyoshi Nakada +Tue Oct 16 10:54:03 2012 Nobuyoshi Nakada + + * file.c (rb_file_join): path names must be ASCII-compatible. + [ruby-core:48012] [Bug #7168] * file.c (check_path_encoding): new function to ensure path name encoding to be ASCII-compatible. diff --git a/file.c b/file.c index 22df4420be..f4ae1bb155 100644 --- a/file.c +++ b/file.c @@ -3924,6 +3924,7 @@ rb_file_join(VALUE ary, VALUE sep) for (i=0; i