passed as 'flags' parameter to get_strlit_contents()
|
#define | STRCONV_ESCAPE 0x00000001 |
| convert non-printable characters to C escapes (
, \xNN, \uNNNN)
|
|
#define | STRCONV_REPLCHAR 0x00000002 |
| convert non-printable characters to the Unicode replacement character (U+FFFD)
|
|
#define | STRCONV_INCLLEN 0x00000004 |
| for Pascal-style strings, include the prefixing length byte(s) as C-escaped sequence
|
|