解决编辑器报错的问题without BOM encoded和files encoded as UTF8 with BOM
程序可正常运行,但就是每次运行都有encoding警告信息如下,还是大红色的字体,让人不爽。! ***************************************************************************************************
! * Input file is UTF8 without BOM encoded, Au3Check/Obfuscator 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. *
! *************************************************************************************************************
解决办法:
先剪切所有内容,然后保存,然后在 File -> Encoding 里选择“UTF8 with BOM”编码方式,再粘贴刚才的内容,进行一道转码的过程,以后就没恼人的提示了。
注意:如果有拆分编码为其它到其它文件,其它文件请不要转,否则导致这样的错误:
! Au3check doesn't support input files encoded as UTF8 with BOM: D:\Desktop\googleMapTool\mapDownloadTool\_ie_via.au3 谢谢楼主分享,收藏之。 真的有用,谢谢分享!
页:
[1]