UltraEdit自动检测UTF-8的问题

UltraEdit打开了自动检测Utf-8时,只要文件里有出现“utf-8”就会被检测成为U8,很明显Bug,google了一下,很快有答案:http://bianbian.org/technology/20.html

在Uedit32.ini(安装目录或C:\Documents and Settings\User\Application Data\IDMComp\UltraEdit)的setting里加上
Detect UTF-8 String=0

Auto Detect UTF-8 String=0

就能解决

来自:http://bianbian.org/technology/20.html

版权声明:本文为huhucsdn原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。