On 01/05/2009, Robert Burrell Donkin <robertburrelldon...@gmail.com> wrote:
> On Fri, May 1, 2009 at 1:10 AM, sebb <seb...@gmail.com> wrote:
>
>  <snip>
>
>
>  > Try adding the following line to one of the ant targets, e.g. docs:
>  >
>  > <echoproperties prefix="file." />
>  >
>  > This will display file.encoding.
>
>
> file.encoding=ANSI_X3.4-1968
>
>  (ASCII)
>

No wonder, as Ascii does not have the accents.

Can you try with utf-8 or iso-8859-1?

E.g.

ant -Dfile.encoding=utf-8

and see if that helps?

If so, maybe the build file could check the encoding and report an
error if it is unsuitable.
>  - robert
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
>  For additional commands, e-mail: general-h...@incubator.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org

Reply via email to