You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Sergey N. Zaitsev (JIRA)" <ji...@codehaus.org> on 2007/03/30 11:53:34 UTC

[jira] Created: (DOXIA-103) Input encoding handling problem

Input encoding handling problem
-------------------------------

                 Key: DOXIA-103
                 URL: http://jira.codehaus.org/browse/DOXIA-103
             Project: doxia
          Issue Type: Bug
          Components: Site Renderer
         Environment: Linux, Java 5
            Reporter: Sergey N. Zaitsev
         Attachments: default-site-renderer.diff

Site Renderer ignores <inputEncoding> parameter and uses ISO-8859-1 encoding when reading source files .

-- 
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

        

[jira] Commented: (DOXIA-103) Input encoding handling problem

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/DOXIA-103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_103535 ] 

Lukas Theussl commented on DOXIA-103:
-------------------------------------

DOXIA-133 and MSITE-239 have related test cases, however I don't know if the patch at DOXIA-133 is the best solution. I'd like to discuss encoding related issues for beta-1... later (vacation time for me now... :) )

> Input encoding handling problem
> -------------------------------
>
>                 Key: DOXIA-103
>                 URL: http://jira.codehaus.org/browse/DOXIA-103
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Site Renderer
>         Environment: Linux, Java 5
>            Reporter: Sergey N. Zaitsev
>            Priority: Trivial
>             Fix For: 1.0-alpha-9
>
>         Attachments: default-site-renderer.diff
>
>
> Site Renderer ignores <inputEncoding> parameter and uses ISO-8859-1 encoding when reading source files .

-- 
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

        

[jira] Commented: (DOXIA-103) Input encoding handling problem

Posted by "Seok-Ho, Yang (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/DOXIA-103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_95365 ] 

Seok-Ho, Yang commented on DOXIA-103:
-------------------------------------

Thanks for your patch! I spent a whole day for this solution.
Please apply this patch to next release.

> Input encoding handling problem
> -------------------------------
>
>                 Key: DOXIA-103
>                 URL: http://jira.codehaus.org/browse/DOXIA-103
>             Project: doxia
>          Issue Type: Bug
>          Components: Site Renderer
>         Environment: Linux, Java 5
>            Reporter: Sergey N. Zaitsev
>         Attachments: default-site-renderer.diff
>
>
> Site Renderer ignores <inputEncoding> parameter and uses ISO-8859-1 encoding when reading source files .

-- 
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

        

[jira] Closed: (DOXIA-103) Input encoding handling problem

Posted by "Vincent Siveton (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/DOXIA-103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vincent Siveton closed DOXIA-103.
---------------------------------

      Assignee: Vincent Siveton
    Resolution: Fixed

patch applied. Thanks.

> Input encoding handling problem
> -------------------------------
>
>                 Key: DOXIA-103
>                 URL: http://jira.codehaus.org/browse/DOXIA-103
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Site Renderer
>         Environment: Linux, Java 5
>            Reporter: Sergey N. Zaitsev
>            Assignee: Vincent Siveton
>            Priority: Trivial
>             Fix For: 1.0-alpha-9
>
>         Attachments: default-site-renderer.diff
>
>
> Site Renderer ignores <inputEncoding> parameter and uses ISO-8859-1 encoding when reading source files .

-- 
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

        

[jira] Commented: (DOXIA-103) Input encoding handling problem

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/DOXIA-103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_103526 ] 

Dennis Lundberg commented on DOXIA-103:
---------------------------------------

Can someone please provide a test case for this issue. It should contain a pom.xml and at least one document in an encoding other than ISO-8859-1.

My tests this far doesn't show any difference in behavior with or without the patch applied.

> Input encoding handling problem
> -------------------------------
>
>                 Key: DOXIA-103
>                 URL: http://jira.codehaus.org/browse/DOXIA-103
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Site Renderer
>         Environment: Linux, Java 5
>            Reporter: Sergey N. Zaitsev
>            Priority: Trivial
>             Fix For: 1.0-alpha-9
>
>         Attachments: default-site-renderer.diff
>
>
> Site Renderer ignores <inputEncoding> parameter and uses ISO-8859-1 encoding when reading source files .

-- 
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

        

[jira] Updated: (DOXIA-103) Input encoding handling problem

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/DOXIA-103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukas Theussl updated DOXIA-103:
--------------------------------

         Priority: Trivial  (was: Major)
    Fix Version/s: 1.0-alpha-9

> Input encoding handling problem
> -------------------------------
>
>                 Key: DOXIA-103
>                 URL: http://jira.codehaus.org/browse/DOXIA-103
>             Project: doxia
>          Issue Type: Bug
>          Components: Site Renderer
>         Environment: Linux, Java 5
>            Reporter: Sergey N. Zaitsev
>            Priority: Trivial
>             Fix For: 1.0-alpha-9
>
>         Attachments: default-site-renderer.diff
>
>
> Site Renderer ignores <inputEncoding> parameter and uses ISO-8859-1 encoding when reading source files .

-- 
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