linter-gcc icon indicating copy to clipboard operation
linter-gcc copied to clipboard

This package does not work when the file directory contains Chinese characters

Open n-p-e opened this issue 7 years ago • 0 comments

Checklist

  • [x] Check that you have the GNU C Compiler installed by typing gcc --version into a terminal.
  • [x] If you don't have the linter package installed, either update to the latest version of linter-gcc or install linter directly with apm install linter.
  • [x] Ensure that you are using a valid grammar - either C/C++/C++14
  • [x] Ensure that you have read all the relevant information in the wiki, particularly the Common Issues page.

Issue (including debugging messages):

On Windows 10 build 1709. Whenever the file directory or file name contains any Chinese characters (e.g "blahblah\代码.cpp"), there are only error numbers shown at the bottom. But it works perfectly when there is only English in the directory (e.g "users\me\codes\hello world.cpp"). So better language support and UTF-8 reliability pls. Thanks a lot : )

n-p-e avatar Nov 21 '17 00:11 n-p-e