7k8m / xyzzy

xyzzy 0.2.2 系列を元に、0.2.4として開発を進めています。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some test for magic comment around UTF8 was failed

7k8m opened this issue · comments

Seems to be caused by commit 1799571

Test result contains errors are as next.
utf8testerror.txt

Applying revert patch of 1799571 , error was dismissed.
Empty key for Fmake_utf8_encoding might be the reason of error ...

Misoperation...😑

Setting keys and two error were resolved.
utf8testerror.2.txt

There might be side effects of changing default encoding ...
Seeing result , some error is harmless, at least for me.

Seeing remained problems, they are problem of "magic comment".

Original logic for magic comment around UTF8 might rely on default is not UTF8 encoding, and BOM of UTF8 can be catched by ...

Considered again and found UTF8N is better than UTF8 as default encoding.
399cb3a

TestResult.txt

Now test for magic comment passes ...

I will release result as 0.2.3.0

Released 0.2.3.0