gregtour / duck-lang

The Duck Programming Language
http://www.ducklang.org
109 stars 13 forks source link

Add Unicode support to files. #24

Closed gregtour closed 9 years ago

gregtour commented 9 years ago

Add support for wide characters in files and input. Because of rules defining keywords and variable names this does not affect syntax, however this would allow for strings containing wide characters to be used in a program and also in comments.

gregtour commented 9 years ago

This is sort of implicitly handled and I'm not likely going to do a better job.