kaitai_struct_compiler
kaitai_struct_compiler copied to clipboard
Fix incorrect encoding literals -- escape them
Due to C++ it was not possible to call doStringLiteral in BaseTranslator, because in C++ this method returns std::string object instead of a "..." literal.
Fixes the following KST tests:
- str_encodings_escaping_enc
- str_encodings_escaping_to_s