Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test compile encoding error 'unmappable character for encoding ASCII' #184

Closed
tntim96 opened this issue May 7, 2015 · 2 comments · Fixed by #185
Closed

Test compile encoding error 'unmappable character for encoding ASCII' #184

tntim96 opened this issue May 7, 2015 · 2 comments · Fixed by #185
Milestone

Comments

@tntim96
Copy link
Contributor

tntim96 commented May 7, 2015

./gradlew testClasses
:compileJava UP-TO-DATE
:processResources UP-TO-DATE
:classes UP-TO-DATE
:compileTestJava
warning: [options] bootstrap class path not set in conjunction with -source 1.6
/home/tntim96/dev/rhino-fork/testsrc/org/mozilla/javascript/tests/Bug688018Test.java:22: error: unmappable character for encoding ASCII

@eshepelyuk
Copy link
Contributor

That's really weird, I can't reproduce the error locally. Probably javac uses UTF-8 by default because of my OS locale settings.
But the proposed PR looks fine. Thnx !

@gbrail
Copy link
Collaborator

gbrail commented May 7, 2015

OK -- I don't see the issue either but the change seems harmless and makes the thing more portable.

@gbrail gbrail added this to the Release 1.7.7 milestone Jun 17, 2015
@gbrail gbrail closed this as completed Jun 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants