earlephilhower / arduino-esp8266littlefs-plugin

Plugin to upload LittleFS filesystems to ESP8266
GNU General Public License v2.0
120 stars 20 forks source link

Garbled Chinese character files #17

Open jie326513988 opened 3 years ago

jie326513988 commented 3 years ago

Hello, thank you for developing tools. I have some problems. When I upload a file containing Chinese characters to the file system, the file will display garbled code. However, when I upload the file from a web page, it can be displayed normally. After verification, I know that the file system should support Chinese characters (UTF-8)

你好,感谢你开发工具,我遇到一些问题。 当我使用包含中文的字符的文件上传到文件系统中时,该文件会显示乱码,但我使用网页上传该文件却能正常显示,验证得知文件系统应该是支持中文字符的(UTF-8)。