You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hervé Boutemy (JIRA)" <ji...@apache.org> on 2015/08/30 23:18:45 UTC

[jira] [Closed] (DOXIASITETOOLS-104) DefaultSiteRenderer must check if the user provides inputEncoding and only if not then use the encoding of the file.

     [ https://issues.apache.org/jira/browse/DOXIASITETOOLS-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hervé Boutemy closed DOXIASITETOOLS-104.
----------------------------------------
       Resolution: Invalid
         Assignee: Hervé Boutemy
    Fix Version/s:     (was: 1.7)

the bug was in Markdown parser, that told it was a XML source parser instead of a text parser

the bug is fixed in DOXIA-524

> DefaultSiteRenderer must check if the user provides inputEncoding and only if not then use the encoding of the file.
> --------------------------------------------------------------------------------------------------------------------
>
>                 Key: DOXIASITETOOLS-104
>                 URL: https://issues.apache.org/jira/browse/DOXIASITETOOLS-104
>             Project: Maven Doxia Sitetools
>          Issue Type: Bug
>    Affects Versions: 1.6
>            Reporter: Petar Tahchiev
>            Assignee: Hervé Boutemy
>
> Currently the {{DefaultSiteRenderer}} uses this method {{newXmlReader}} to create the reader. This method, however, tries to detect the encoding of the xml document and read it using that encoding. The user might want to specify another encoding and force it to use that encoding. See https://issues.apache.org/jira/browse/DOXIA-524



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