java - ant build failed error: unmappable character for encoding UTF8 -


have ant build script builds java files. these files may have existed in windows environment previously, though attempting build , compile them on osx. file in question seems encoded following

u'western (windows 1252)' 

the error receive is

error: unmappable character encoding utf8 

does have experience rectifying these types of issues?

open file text editor allows control on coding, such emacs, , save file in utf-8.


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -