Add "U8" character code table for binary STL.
authorCarl Hetherington <cth@carlh.net>
Thu, 3 Jun 2021 14:13:58 +0000 (16:13 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 3 Jun 2021 14:17:23 +0000 (16:17 +0200)
commit046ce2e8d22ea384dc7e1e4545bede6fd859d9c3
tree042523a35297226885f0d10280b612fb6f1fef66
parentceb9ad4b9a6611da0e49e7c3f808dba5e794cec3
Add "U8" character code table for binary STL.

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.
src/stl_binary_tables.cc
src/stl_binary_tables.h
test/stl_binary_reader_test.cc