Allow non-ASCII UTF-8 characters in string literals.

This commit is contained in:
Bob Nystrom
2015-01-22 15:18:30 -08:00
parent 2cee4c83bd
commit c5e67953b8
2 changed files with 40 additions and 37 deletions
+3
View File
@@ -0,0 +1,3 @@
IO.print("A~¶Þॐஃ") // expect: A~¶Þॐஃ
// TODO: Malformed UTF-8 source files.