evincarofautumn / kitten

A statically typed concatenative systems programming language.
http://kittenlang.org/
Other
1.09k stars 39 forks source link

Source file encoding is broken on Windows #73

Closed evincarofautumn closed 11 years ago

evincarofautumn commented 11 years ago

The ¬ (U+00AC, UTF-8: C2 AC) in Prelude_Math gives:

C:\kitten\lib\Prelude_Math.ktn:67:6: compile error: 
unexpected '\188' 
expecting comment, whitespace, token or end of input

Decoding files explicitly as UTF-8 (4ba90da619a5ffca89a10ec8f4c3836eade7436b) does not appear to help.

CC @kchaloux

evincarofautumn commented 11 years ago

That commit actually did turn out to help. :)