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.
For those struggling with this issue, you need to recode the files from UTF8 into Latin. This is easily done with the recode utility on Linux.
Hi Kamal,
just posted the same error. Did you find what the issue was?
r,
john
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.