Unicode support in Scilla strings #1169
Labels
community request
Feature or bugfix requested by the Scilla community
enhancement
New feature or request
usability
Milestone
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: 8000
It would be nice to either document this explicitly in the Scilla docs or add Unicode support.
The text was updated successfully, but these errors were encountered: