What steps will reproduce the problem?
1. Try to compile it...
2. When javac gets to /src/com/songkick/api/obj/Reason.java, it encounters a
character and complains with:
"src/com/songkick/api/obj/Reason.java:2: error: unmappable character for
encoding UTF8"
The character is on the second line.
3. Open that file in a text editor, remove the character from it, and it all
compiles flawlessly.
I'm using revision 17 I think.
It is so far a pretty great API though other than that.
Original issue reported on code.google.com by
scott.b....@gmail.comon 18 Mar 2013 at 5:47