mirror of
https://github.com/janet-lang/janet
synced 2026-06-01 02:02:22 +00:00
6e38bf1578
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.