log base/StringBits.cpp @ 1886:f803d3c33f76 tip

age author description
2020-05-11 Chris Cannam Add support for doubling escapes for quotes in quoted texts in CSV-like formats on import (similar to how we, and the relevant RFC, do escaping on export now)
2020-04-30 Chris Cannam Add function (cribbed from Rosegarden source) to check whether a string is valid UTF-8
2020-04-03 Chris Cannam Rewrite all the DelimitedDataString stuff so as to return vectors of individual cell strings rather than having the classes add the delimiters themselves. Rename accordingly to names based on StringExport. Take advantage of this in the CSV writer code so as to properly quote cells that contain delimiter characters. sensible-delimited-data-strings
2018-03-01 Chris Cannam Untabify
2014-12-01 Chris Cannam Unit tests for StringBits::splitQuoted
2014-11-27 Chris Cannam Fix close-quote immediately before separator in StringBits::splitQuoted
2014-06-17 Chris Cannam Remove size_t's, fix compiler warnings warnfix_no_size_t
2013-11-26 Chris Cannam Drop toStdString, with debug header we can stream QStrings
2011-05-12 Chris Cannam Remove most toStdString calls (no longer needed, with debug header) debug-output
2010-07-15 Chris Cannam * Start overhauling CSV parser to associate purposes with columns en route to its guesses; add some string manipulation code