Actions
Bug #8789
closedFile.expand_path(File.dirname(__FILE__)) return wrong encoded result
Description
A test.rb in a nonascii path with the follow content:
puts File.expand_path(File.dirname(__FILE__)).encoding
Run it with utf-8 as internal encoding.
expect result: UTF-8
actual result:US-ASCII
Tested on windows 7.
I submited a patch to fix this problem but in a wrong way, check it(https://bugs.ruby-lang.org/issues/8774), hope it can help to fix this problem.
Actions
Like0
Like0Like0Like0Like0