Have an ant build script which builds some java files. These files may have existed in a windows environment previously, though I am attempting to build and compile them on OSX. The file in question seems to be encoded with the following
u'Western (Windows 1252)'
The error I receive is
error: unmappable character for encoding UTF8
Does anyone have experience rectifying these types of issues?