You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we modify the pretty-printer (or at least the dhall format and dhall freeze commands) to unicode-escape unprintable characters? Perhaps this could be switched by an option?
I have some text containing unprintable characters that I want to be visible in the source code, so I use the escaping (e.g. "\u007f"). Unfortunately dhall format replaces it with the unprintable character verbatim.
It would be great if the original form (escaped/unescaped) could be preserved, but that is perhaps too much to ask for.