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
{{ message }}
This repository was archived by the owner on Apr 27, 2026. It is now read-only.
What actually is the problem ?
LiteralUTF8Charcrashes during lowering when given a valid non-ASCII UTF-8 character such asé.Details on the problem
On the latest
main, translating code that contains a variable initialized withastx.LiteralUTF8Char("é")fails with aUnicodeEncodeError.This is a correctness bug in Unicode handling because valid UTF-8 character literals should lower successfully.
Confirmiation and reproduction
Example: