Skip to content

Fix treatment of Byte Order Mark (BOM) in `vtkTextDelimitedReader`

Julien Fausty requested to merge julien.fausty/vtk:fixBOMCSV into master

The vtkTextDelimitedReader now treats the byte order mark for UTF files natively and can potentially use the encoding information to read the file correctly.

This development should solve issue: #17805 (closed)

Merge request reports