Skip to Content

Encoding problem

Posted in

I'm building my plugins using Ant4Eclipse, but can't change the encoding of the compiler. I'm compiling in Windows, and Ant4Eclipse seems to be using the operating system encoding. I need source files to be compiled in UTF-8.

How can I accomplish this?

Thanks in advance,
Lucas

Encoding problem solved

A friend just solved it.

An encoding="UTF-8" attribute in the ant4eclipse:jdtCompiler element solves the problem.

Lucas