Dafny does not support unicode characters (outside of escape sequences) #818
Labels
kind: enhancement
Enhancements, feature requests, etc. These are NOT bugs, but ways we can improve Dafny
part: parser
First phase of Dafny's pipeline
Although Coco claims to support UTF-8 encoded input, the scanner it generates for Dafny does not currently do so. Even the most recent executable from the CoCo/R website does not. Perhaps some setting needs to be set or the executable is not consistent with the source code.
The effect is that in characters and in strings, one may only use ASCII characters, and so unicode content must be constructed as escape sequences. Dafny's verbatim strings can contain unicode characters currently, but they will be misunderstood.
The text was updated successfully, but these errors were encountered: