Issue 197: String with special characters
Status:  Fixed
Owner: ----
Closed:  Feb 2013
Reported by soywiz, Aug 30, 2012
Create a .hx file with the string "\x1A".

xxx.cpp(yyy) : fatal error C1057: unexpected end of file in macro expansion

The problem is that the string doesn't escape that character, just puts the character/byte as it is.
Feb 2, 2013
Project Member #1 gameh...@gmail.com
Should be fixed on svn now.
Status: Fixed