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
Example: "á" it shows �
The text was updated successfully, but these errors were encountered:
Do you have a code example? Do you see the same behavior from ghci when working with these chars?
ghci
Husk (and Haskell, too) uses unicode for chars so I would have expected this to work.
Sorry, something went wrong.
Do you have a code example?
Yes.
(import (scheme base) (scheme write) (srfi 28)) (display (format "~a Eu sou uma mensagem em ~a." "Olá" "português"))
Output:
Ol� Eu sou uma mensagem em portugu�s.%
Do you see the same behavior from ghci when working with these chars?
No.
Me too. It should be an specific issue with the SRFI-28 implementation. I can use UTF-8 non-standard chars normally if not inside the format fn.
format
No branches or pull requests
Example: "á" it shows �
The text was updated successfully, but these errors were encountered: