You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Petar Tahchiev (JIRA)" <ji...@apache.org> on 2015/08/10 19:59:46 UTC

[jira] [Commented] (DOXIA-524) ISO-8859-15 encoding problem with markdown

    [ https://issues.apache.org/jira/browse/DOXIA-524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14680451#comment-14680451 ] 

Petar Tahchiev commented on DOXIA-524:
--------------------------------------

This is actually an issue in doxia-sitetools. Here's the link to the issue: https://issues.apache.org/jira/browse/DOXIASITETOOLS-104
I've fixed it in the master. 

> ISO-8859-15 encoding problem with markdown 
> -------------------------------------------
>
>                 Key: DOXIA-524
>                 URL: https://issues.apache.org/jira/browse/DOXIA-524
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Module - Markdown
>    Affects Versions: 1.3, 1.6
>            Reporter: Jesús
>         Attachments: SiteEncoding.tar.gz
>
>
> The markdown file encoding is ISO-8859-15 and the generated html is in ISO-8859-15 too but all the áéíó etc characters are translated to &#xfffd;
> In the pom.xml we have:
> {code:xml}
> <properties>
>   <project.reporting.outputEncoding>ISO-8859-15</project.reporting.outputEncoding>
>   <project.build.sourceEncoding>ISO-8859-15</project.build.sourceEncoding>
> </properties>
> ...
> <plugin>
>   <groupId>org.apache.maven.plugins</groupId>
>   <artifactId>maven-site-plugin</artifactId>
>   <version>3.3</version>
>   <dependencies>
>     <dependency>
>       <groupId>org.apache.maven.doxia</groupId>
>       <artifactId>doxia-module-markdown</artifactId>
>       <version>1.6</version>
>     </dependency>
>   </dependencies>
>   <configuration>
>     <inputEncoding>ISO-8859-15</inputEncoding>
>     <outputEncoding>ISO-8859-15</outputEncoding>
>     <locales>es</locales>
>   </configuration>
> </plugin>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)