We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I wonder if this is a regression from #354
In GHCi (run bin/repl from srid/emanote#327 to reproduce using Nix),
bin/repl
ghci> import qualified Toml ghci> putTextLn $ Toml.encode (Toml.text "k") "✍️" k = "\\U0000270d\\U0000fe0f"
Notice that tomland produces \\U0000270d instead of the expected \U0000270d. This breaks the functionality of https://stork-search.net/ (see srid/emanote#336).
\\U0000270d
\U0000270d
The text was updated successfully, but these errors were encountered:
[kowainik#408] Fix escaping
f64c08b
Successfully merging a pull request may close this issue.
I wonder if this is a regression from #354
In GHCi (run
bin/repl
from srid/emanote#327 to reproduce using Nix),Notice that tomland produces
\\U0000270d
instead of the expected\U0000270d
. This breaks the functionality of https://stork-search.net/ (see srid/emanote#336).The text was updated successfully, but these errors were encountered: