feat: remove UTF-8 encoding logic from addStringChar and accept raw bytes in string literals

This commit is contained in:
Bob Nystrom
2015-01-22 23:18:30 +00:00
parent 8d281434e4
commit 23c67c2e8b
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.