From: "thomthom (Thomas Thomassen)" Date: 2013-09-01T20:33:30+09:00 Subject: [ruby-core:56953] [ruby-trunk - Bug #8676] ruby 2.0 can not require or load the source file with non-ascii path name Issue #8676 has been updated by thomthom (Thomas Thomassen). This patch makes the file functions explicitly call the *W version of the file functions. Isn't it better to provide the UNICODE compile flag. http://msdn.microsoft.com/en-us/library/cc194801.aspx CreateFile, and the likes, would then call CreateFileW instead of CreateFileA. ---------------------------------------- Bug #8676: ruby 2.0 can not require or load the source file with non-ascii path name https://bugs.ruby-lang.org/issues/8676#change-41512 Author: jiayp@glodon.com (��� ������) Status: Closed Priority: Normal Assignee: Category: platform/windows Target version: ruby -v: ruby 2.0.0p277 (2013-07-23 revision 42121) [i386-mingw32] Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN =begin Sorry for my poor english:) I attached the patch to fix the problem, but I don't know is it the right way. Changelog: *include/ruby/intern.h change the declaration of "rb_load_file"���change parameter from char* to VALUE *load.c change the caller *ruby.c change the "rb_load_file"'s implement *win32/file.c change the win32 api call from ANSI type to UNICODE type. =end -- http://bugs.ruby-lang.org/