I am trying to build uwc, and getting lots of errors ALL related to UTF-8. How can i include the UTF-8 lib, to get rid of the errors.
[javac2] /home/kahmed/universal-wiki-converter/src/com/atlassian/uwc/exporters/MindtouchExporterTest.java:251: error: unmappable character for encoding UTF8
[javac2] "<p>�</p>\n" +
[javac2] ^
[javac2] /home/kahmed/universal-wiki-converter/src/com/atlassian/uwc/exporters/MindtouchExporterTest.java:256: error: unmappable character for encoding UTF8
[javac2] "<p>�</p>\n" +
[javac2] ^
[javac2] /home/kahmed/universal-wiki-converter/src/com/atlassian/uwc/exporters/MindtouchExporterTest.java:265: error: unmappable character for encoding UTF8
[javac2] "<p>�</p>\n" +
[javac2] ^
[javac2] 54 errors
BUILD FAILED
/home/kahmed/universal-wiki-converter/build.xml:156: Compile failed; see the compiler error output for details.