when using the sass command to convert files with Chinese characters, the following error
is reportedincompatible character encodings: GBK and UTF-8
may be a file name that does not support Chinese. Is there any way to make it support Chinese file name
the following methods can be found on the Internet
C:\Ruby\lib\ruby\gems\1.9.1\gems\sass-3.3.14\lib\sass
engine.rb1
Encoding.default_external = Encoding.find("utf-8")
but this allows the file to support Chinese comments, which does not solve the problem of supporting Chinese file names