mirror of
https://github.com/janet-lang/janet
synced 2025-04-09 00:36:39 +00:00

We did not allow arbitrary utf8 to be printed with %j, even though the parser allows. Thos changes uses the existing built in utf8 detectiotion to exclude only unprintable symbols from the docstring.