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 Aug 27, 2025. It is now read-only.
Scilla does not support Unicode at the moment.
This contract
does not pass the checker:
$ scilla-checker -gaslimit 8000 -libdir "$(opam var scilla:lib)/stdlib" helloWorld.scilla helloWorld.scilla:6:33: error: Syntax error: Invalid String literal 你好世界 Gas remaining: 8000It would be nice to either document this explicitly in the Scilla docs or add Unicode support.