From caafabef16490aa081b26fc3bb8470026e99033e Mon Sep 17 00:00:00 2001 From: naruse Date: Wed, 18 Nov 2009 02:41:25 +0000 Subject: * io.c (rb_scan_open_args): move path encoding conversion for filesystem encoding of Mac OS X. * file.c (file_path_convert): added for convert encoding of file path. * file.c (rb_get_path_check): add file_path_convert. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25835 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5c18ad980..623ba10a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Wed Nov 18 11:37:05 2009 NARUSE, Yui + + * io.c (rb_scan_open_args): move path encoding conversion + for filesystem encoding of Mac OS X. + + * file.c (file_path_convert): added for convert encoding + of file path. + + * file.c (rb_get_path_check): add file_path_convert. + Wed Nov 18 10:17:09 2009 Nobuyoshi Nakada * string.c (str_utf8_nth): no count_utf8_lead_bytes_with_word -- cgit