-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Labels
community requestFeature or bugfix requested by the Scilla communityFeature or bugfix requested by the Scilla communityenhancementNew feature or requestNew feature or requestusability
Milestone
Description
Scilla does not support Unicode at the moment.
This contract
scilla_version 0
contract HelloWorld ()
transition HelloWorld ()
e = {_eventname: "你好世界"};
event e
end
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.
txalkan
Metadata
Metadata
Assignees
Labels
community requestFeature or bugfix requested by the Scilla communityFeature or bugfix requested by the Scilla communityenhancementNew feature or requestNew feature or requestusability