+1

Build system can not handle utf-8 args

贾延平 11 years ago 0

I use ruby and try to run ruby file in the editor,But it going wrong when file name has some chinese chars.


I found build system's file path do not encode into utf-8 encoding,but ConsoleCP is set to 65001(I guess)。


I do not know this is a sublime editor bug or ruby's。ruby use ConsoleCP to detect the script file's encoding.