summaryrefslogtreecommitdiff
path: root/src/stl_binary_tables.cc
AgeCommit message (Collapse)Author
2021-06-03Add "U8" character code table for binary STL.Carl Hetherington
A file was sent that has "U8" as a STL CCT. I presume this means "UTF-8" but I can't see any documentation about it anywhere. This change accepts U8 as a CCT. It doesn't look like this value is actually used anywhere to change how text is parsed, but at least it doesn't fail now.
2015-12-16Replace use of cassert with exceptions.Carl Hetherington
2015-12-16No-op; remove trailing whitespace.Carl Hetherington
2015-03-11Fix typo.Carl Hetherington
2014-06-04Add language description -> enum.Carl Hetherington
2014-05-30Various fixes to STL read/write.Carl Hetherington
2014-05-29Separate out STL binary tables so that writer can use them; start of writer.Carl Hetherington