Stefan Bodewig wrote:
>
> On 2009-10-05, agostonbejo wrote:
>
> This is because it thinks they are in a different encoding than they
> actually are. In order to fix this, you have to tell Ant about your
> encoding explicitly - has an encoding attribute for this.
>
Hi!
I've come across this while trying to run some sql insert scripts with ant.
These scripts are first fed to a with a single
. The problem is that special characters such as ö, ä,
é, etc. are converted to question marks both in the case of ISO-8859-1 and
UTF-8 files.
I've soon found out that