reader setPreferences() don't modify the tokenizer prefs
A fast, programmer-friendly, free CSV library for Java
Brought to you by:
jamesbassett,
kbg
This is fixed for the upcoming release (see revision 228). CsvPreference instances are now immutable (so you can't modify them during execution), and you no longer have the ability to modify the preferences on a reader/writer once it's been constructed (so this bug won't be possible any more).