When I os-shell, in China, the default code is gb2312 or GBK, I in your file "lib \ core \ convert.py" which found hexencode this method, the default parameters are UTF-8, in China Chinese characters on the path becomes garbled, the default encoding of the server GBK, os-shell can not be used. In general, the Chinese language coding is a bit small problem, the best os-shell can be set hex encoding.I can only modify the code to avoid this problem, I think you can add a parameter, for example: "- os-shell-hexencoding = utf-8"
When I os-shell, in China, the default code is gb2312 or GBK, I in your file "lib \ core \ convert.py" which found hexencode this method, the default parameters are UTF-8, in China Chinese characters on the path becomes garbled, the default encoding of the server GBK, os-shell can not be used. In general, the Chinese language coding is a bit small problem, the best os-shell can be set hex encoding.I can only modify the code to avoid this problem, I think you can add a parameter, for example: "- os-shell-hexencoding = utf-8"