The algorithm to determine encoding for FileReader.readAsText() doesn't account for predefined content types

Shouldn't the algorithm for determining encoding for
FileReader.readAsText() take in account the type property's charset
parameter, if it exists? (e.g. a blob.type of
"text/plain;charset=UTF-8")

Received on Wednesday, 13 July 2011 09:45:49 UTC