What steps will reproduce the problem?
1. Set your code page to a Chinese code page
2. Compile windows solution
3. Should get a compile error.
Essentially, you'll get errors because 2 header files contain characters
that aren't valid for a Chinese code page. It looks like there were bits of
the comments copy/pasted from a Word document, so it used a long -- and
some other characters like that.
The files are
file.h
track.h
I've attached corrected versions of the two header files (both are from
r355).
Original issue reported on code.google.com by kid...@gmail.com on 14 Jan 2010 at 12:42
Original issue reported on code.google.com by
kid...@gmail.com
on 14 Jan 2010 at 12:42Attachments: