Configure the development environment of Xunlei open interface, and prepare to test Lua script and Xunlei blot interface
Bring Lua source file is no problem, but how to write their own Lua script running problems, online
After searching for some time, I finally found a solution in a foreign forum
It’s about character encoding. The character encoding of Notepad + + I used is UTF-8, which should be changed to UTF-8
UTF-8 without BOM coding format, in order to run correctly, this method is only for
Notepad + +, I can’t guarantee other text editors.:)
Similar Posts:
- The difference between UTF-8 and utf-8-sig
- [Solved] Python pip install Error: SyntaxError: (unicode error) ‘utf-8’ codec can’t decode byte 0xc6
- The solution of job failed to start when modifying MySQL character encoding
- shell :syntax error: unexpected end of file
- An error occurred when the idea was compiled: java.io.ioexception: cannot create empty file:
- Conversion to MySQL shell script execution error $’\ R’: command not found
- shell :syntax error: unexpected end of file
- MySQL ERROR 1005: Can’t create table (errno: 150) [How to Solve]
- JAVA: scanner Read File encoding Error noSuchElementException
- Linux Programmer Error: /bin/bash: No such file or directory [How to Solve]