summaryrefslogtreecommitdiff
path: root/src/parse/subtitle.cc
AgeCommit message (Collapse)Author
2014-05-12Bump libcxml again.Carl Hetherington
2014-05-11Use raw_convert instead of boost::lexical_cast as it seemsCarl Hetherington
that lexical_cast will sometimes use a thousands separator (i.e. it will convert 1234 to a string 1,234). It appears not to be possible safely to turn this off (you have to set the global locale). Instead, raw_convert uses a stringstream which you can imbue() with std::locale::classic() to turn off the locale-specific behaviour.
2014-02-26Hacks to support MXF-wrapped subtitles.Carl Hetherington
2013-05-14Fix corpus tests wrt alphabetical sorting; fix some bugs with subtitles that ↵Carl Hetherington
were shown up.
2013-05-13Try to move XML bits out into parse/ subdir.Carl Hetherington