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