[ http://jira.codehaus.org/browse/MNG-722?page=comments#action_44308 ] 

Vincent Siveton commented on MNG-722:
-------------------------------------

I have added an outputEncoding parameter in the DoxiaMojo class.

I am not sure about Velocity settings. 
If you have the following configuration:
<?xml version="1.0" encoding="utf-8"?>
...
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-site-plugin</artifactId>
        <configuration>
          <outputEncoding>utf-8</outputEncoding>
        </configuration>
      </plugin>
    </plugins>
  </build>
...

the name "György" will be correctly displayed.

Could you try it with your POM? and give me your feedback.


> maven-site-plugin maven-site.vm contains wired encoding
> -------------------------------------------------------
>
>          Key: MNG-722
>          URL: http://jira.codehaus.org/browse/MNG-722
>      Project: Maven 2
>         Type: Bug
>   Components: maven-plugins
>     Versions: 2.0-beta-1
>  Environment: all
>     Reporter: Incze Lajos

>
>
> maven-site-plugin maven-site.vm contains wired encoding:
> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
> It probably needs a conf. parameter and changed to
> <meta http-equiv="Content-Type" content="text/html; charset=$outputEncoding" 
> />

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Reply via email to