diffblue-cbmc/regression/cbmc/hex_string1
Michael Tautschnig 3c51152723 Rework and fix parsing of unicode strings
We cannot arbitrarily convert strings to unicode representation as this would
affect their size. Instead, only the unicode portion of a non-wide string must
be encoded. As part of this work the code duplication
unescape_string/unescape_wide_string is resolved. A new regression test confirms
that the previous implementation was broken (and is now fixed).
2017-05-31 23:16:30 +01:00
..
main.c Rework and fix parsing of unicode strings 2017-05-31 23:16:30 +01:00
test.desc Rework and fix parsing of unicode strings 2017-05-31 23:16:30 +01:00