This is a fork of original FastDBF project with some much-needed changes that I've made for my data import tools. It's not something major (yet), but the ability to change the encoding was requested for years now. So now you can have it too.
- configurable character encoding;
- column indexer by column name;
- no more dbf2csv sample app (it was convoluted and far from being helpful to learn the library anyway; just look at tests).
See the original project.