The following comment has been added to this issue:

     Author: Norbert Pabis
    Created: Wed, 21 Jul 2004 5:42 PM
       Body:
A quick look into current MavenUtils (from HEAD) brings a conclusion that this issue 
is only partially fixed.

In about maven-b10 a project descriptor in MavenUtils.getProjectString was read in 
ISO-8859-1 only.
Now it is read in file.encoding which is system or jvm dependent, while it not 
necessarily has to the same as project descriptor file encoding.
The only available general solution is to use UTF-16.

Another theoretical solution is to use encoding specified in XML header but 
unfortunately parsers do not expose this information. It could be obtained by parsing 
processing instruction "by hand" not through SAX or DOM.

---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MAVEN-382?page=comments#action_22049

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-382

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-382
    Summary: POM encoding problem
       Type: Improvement

     Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             core
   Versions:
             1.0-beta-9

   Assignee: 
   Reporter: Kuisong Tong

    Created: Wed, 9 Apr 2003 4:28 AM
    Updated: Wed, 21 Jul 2004 5:42 PM

Description:
I use chinese in my project, but when I use chinese in my report name,the site display 
abnormally. 

This patch let me display chinese in site generate from pom normal.

But I can't let the chinese normal if the chinese in project.xml


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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

Reply via email to