用FileRead读取UTF-8汉字时乱码
如题,用FileRead读取UTF-8文本里面的汉字时会出现乱码,读取ANSI文本就不会,请问有什么解决的方法吗?[ 本帖最后由 雨滴的孤独 于 2008-7-18 11:29 编辑 ] 可能要补回车字符。 啊?那是为什么 帮助里:
Both ANSI and UTF16/UTF8 text formats can be read - AutoIt will automatically determine the type.
A file can be read as binary(byte) data by using FileOpen with the binary flag - in this case count is in bytes rather than characters.
出现这个问题是不是说明FileRead函数有bug? http://www.autoitx.com/forum.php?mod=viewthread&tid=27402&highlight=utf-8 正是需要的,谢谢各位大神分享
页:
[1]