mirror of
https://github.com/janet-lang/janet
synced 2026-08-10 04:18:52 +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.