I am running into some problem when my top file contains Chinese opening double quote.
My top file is UTF-8 encoding in order to handle Chinese. If there is any Chinese double quote in the file, :build mybot will raise a warning.
line 11 of mytop.top: UTF8 closing double quote revised to Ascii
If I encode the same file with UTF8 without BOM, the above warning goes away, but I get another file level warning:
File mytop.top has no utf8 BOM but has character>127
I also tried escape the double quotes, and ^original(), but it won’t help. Is there anyway to solve this problem?
For testing purpose:
Chinese opening double quote is “
Chinese closing double double is ”
Thank you so much for your help.