Is your feature request related to a problem? Please describe.
When reading a text file using the TextReader, if the file contains a BOM at the start, that BOM ends up in the CAS. Typically, this is not what we want.
Describe the solution you'd like
By default remove the BOM, but allow to keep it using a parameter.
Is your feature request related to a problem? Please describe. When reading a text file using the
TextReader
, if the file contains a BOM at the start, that BOM ends up in the CAS. Typically, this is not what we want.Describe the solution you'd like By default remove the BOM, but allow to keep it using a parameter.