Revision 4a96930...
Go back to digest for 31st March 2013Bug Fixes in Office
Robby Stephenson committed changes in [tellico/2.3] /:
Fix the CSV export to properly escape values with delimiter
An old commit accidently removed the escapeText() call from one
of the text export sections. As a result, values that include the
delimiter (usually a comma) were not enclosed in double quotation marks.
Add a unit test, as well.
FIXED-IN: 2.3.8
File Changes
Modified 6 files
- ChangeLog
- src/tests/CMakeLists.txt
- src/tests/csvtest.cpp
- src/tests/csvtest.h
- src/translators/csvexporter.cpp
- src/translators/csvexporter.h
6 files changed in total