yellowfeather / DbfDataReader

DbfDataReader is a small fast .Net Core library for reading dBase, xBase, Clipper and FoxPro database files
MIT License
134 stars 61 forks source link

Sets the encoding from the DBF language driver #132

Closed chrisrichards closed 3 years ago

chrisrichards commented 3 years ago

The default behaviour is to set the encoding from the language driver in the DBF file. It is possible to override this by setting the Encoding property in DbfDataReaderOptions and passing to the DbfDataReader constructor.

Closes #131