I have solved much of my encoding problems with:

      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-site-plugin</artifactId>
        <configuration>
          <outputEncoding>UTF-8</outputEncoding>
        </configuration>
      </plugin>

in the build/plugins section of your POM. This way, the site is created
using UTF charset....

Hope it helps.


Denis CABASSON


-----Message d'origine-----
De : Bruno Aranda [mailto:[EMAIL PROTECTED]
Envoyé : vendredi 16 décembre 2005 09:25
À : Maven Users List
Objet : Re: Problems with special characters in APT format (latin-1 and
copyright symbol)


Nobody knows this? Has someone used accents in the apt format? Should
I try an alternative approach? thanks!

Bruno

2005/12/12, Bruno Aranda <[EMAIL PROTECTED]>:
> Hi there,
>
> I am trying to just the APT format but I cannot output some special
> symbols using unicode, such as the copyritght and latin-1 special
> characters (accents). I am following the APT guide [1], but when using
> the copyright symbol I get this in the screen:
>
> Â(c)
>
> There is a strange character before the copyright. I've tried \251,
> \xA9, \u00a9 ... I have similar results for other unicode characters.
> Do I have to change the encoding somewhere? I am running a linux box.
>
> Regards,
>
> Bruno
>
> [1] http://maven.apache.org/guides/mini/guide-apt-format.html
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to