! ***************************************************************************************************************
! * Input file is UTF8 without BOM encoded, Au3Stripper do not support UNICODE and will be skipped. *
! * The file SHOULD BE encoded as UTF8 with BOM to continue processing by AutoIt3Wrapper. *
! * ##################################################################################################### *
! * ##### AutoIt3Wrapper will not show a GUI or update the script to avoid any damage to your scriptfile. ##### *
! * ##################################################################################################### *
! * When your file isn't a UTF8 file without BOM then please report this to me for review. *
! ***************************************************************************************************************
官方你难道没注意到C:\windows\shellnew里的模板文件就没带bom,还让我报bug???既然你这么在意编码要是utf8 with bom,为什么在scite里新建文件要默认是ansi?!!
---------------------------------------
上面问题可以通过修改配置文件和模板文件解决,没想到一个更坑爹的情况出现了。
2、koda中文乱码
koda控件里有中文,插入到scite的代码遇到中文就是乱码。这是为什么了,查看一下koda的生成文件,实际上是一个xml,编码竟然是俄语编码,而不是xml里常见的utf8。好吧,把它修改成utf8,还是乱码,看来koda内部根本就不看xml设置的编码。