Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
swf: SwfStr: reimplement
Debug
with std::ascii::escape_default
The string will now be surrounded with quotes (`"`), non-ASCII characters (UTF-8 or not) will be escaped in hexadecimal form (`\xNN`) and ASCII control characters will be escaped (`\x01`, `\n`, `\t`).
- Loading branch information