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

Please save Java sources with UTF-8 encoding #26

Closed
androidmoney opened this issue Sep 24, 2012 · 1 comment
Closed

Please save Java sources with UTF-8 encoding #26

androidmoney opened this issue Sep 24, 2012 · 1 comment

Comments

@androidmoney
Copy link
Contributor

Right now, when building a project using SticklyListHeaders, I am getting the following compile warning for each file:

 C:\Android\projects\com.emilsjolander.components.StickyListHeaders\src\com\emilsjolander\components\StickyListHeaders\StickyListHeadersBaseAdapter.java:14: warning: unmappable character for encoding UTF-8
[javac]  * @author Emil Sj?lander
[javac]                   ^
[javac] 

It's because the default Android compile scripts expect the input files to be UTF-8 format, but these weren't saved so. There is an Eclipse setting for this.

@pratul
Copy link

pratul commented Nov 8, 2012

IntelliJ flatly refuses to build the library because of this issue.

emilsjolander added a commit that referenced this issue Nov 14, 2012
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

No branches or pull requests

3 participants