﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1403	File write unicode text with bom error	anonymous	Jon	"
{{{
$x=FileOpen(""x.txt"",2+128)		;have bom error
FileWriteLine($x,""我是中国人"")
FileClose($x)
$x=FileOpen(""y.txt"",2+256)		;no bom right
FileWriteLine($x,""我是中国人"")
FileClose($x)
}}}

x.txt :
�����й���
00000000h: EF BB BF CF 92 CB 87 D7 90 C2 B9 EF BF BD       ; 锘肯捤囎惵癸拷

y.txt :
我是中国人
00000000h: CE D2 CA C7 D6 D0 B9 FA C8 CB 0D 0A             ; 我是中国人..
"	Bug	closed	3.3.3.3	AutoIt	3.3.3.2	None	Fixed		
