Search found 3 matches

by richiezhong
20 May 2022 11:34
Forum: Bugs
Topic: FIXED: Incorrect color in Bash text when using "here doc"
Replies: 1
Views: 966

FIXED: Incorrect color in Bash text when using "here doc"

When using a "here doc" in Bash type text, after the end of here doc, the color won't change back. It's normal in Z shell. Seems it just can not use "|" or ">" after EOF, it's normal without "|" or ">". After more test, it turns out that no character...
by richiezhong
20 May 2022 10:51
Forum: Bugs
Topic: Solved: Wrong encoding detect in opening chinese utf8 text files
Replies: 4
Views: 1526

Re: Wrong encoding detect in opening chinese utf8 text files

The option to "Detect All (encoding and code page) is not always accurate. It uses IMultiLanguage2 interface to detect the code page. It is recommended to turn this off, unless you really need it. Setting a default encoding in options may help a little... set Detect All (encoding and code page...
by richiezhong
12 May 2022 04:43
Forum: Bugs
Topic: Solved: Wrong encoding detect in opening chinese utf8 text files
Replies: 4
Views: 1526

Solved: Wrong encoding detect in opening chinese utf8 text files

Dear author, I am using RJ texted to open a text file which was created by notepad++ and saved as utf8, but it is wrong detect as 简体中文gb2312, which cannot be read. Not all the files are wrong but some of them. I could manually change the encoding while opening the file but not convinient. while this...