StringEscape.c: support full range of C escape characters
commit81367a379b249734065dad400cecfdee6d548dee
authorrofl0r <rofl0r@users.noreply.github.com>
Thu, 5 Dec 2019 01:02:18 +0000 (5 01:02 +0000)
committerrofl0r <rofl0r@users.noreply.github.com>
Thu, 5 Dec 2019 01:06:39 +0000 (5 01:06 +0000)
tree9954a3e2f87855846fcb1adfc635e3566058061e
parent5ed319c79ae86f9a0b5da25b6d7ef6c339f56d39
StringEscape.c: support full range of C escape characters

`Blackwell Deception` demo uses a string with \f in it.

- updated to latest version of gettext-tiny
- ordered statements according to binary value
- hex/oct and error detection are still missing
  (strings that require more than 4096 output chars are
   currently truncated)
StringEscape.c