﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
454	FileRead handle files as UTF-8 even BOM is missing	Nitrogen		"I have many UTF-8 file without BOM. When I tried to open files using the UTF-8 flag and use fileread to read the content, however, fileread is TOO SMART and treat it as ANSI. 

I suggest
if using fileread to read a file directly 
(ie FileRead(FileName, length), 
fileread can determine filetype using BOM automatically.

if using fileread to read an opened file
(ie FileRead(FileHandle, length) ), 
fileread will follow the filemode assigned in FileOpen.

Thanks!"	Feature Request	closed	3.2.13.8	AutoIt		None	Completed		
