You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2003/11/23 08:22:55 UTC

[jira] Updated: (MAVEN-1050) cannot get multibyte string from project.xml

The following issue has been updated:

    Updater: Shinsuke SUGAYA (mailto:shinsuke@yahoo.co.jp)
       Date: Sun, 23 Nov 2003 1:21 AM
    Comment:
Attached patch.
It seems that Maven uses the system encoding(file.encoding property).
I tested it by using projext.xml defined by EUC-JP and UTF-8, and it works fine! Please evaluate it.

    Changes:
             Attachment changed to MavenUtils.patch
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1050&page=history

---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1050


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1050
    Summary: cannot get multibyte string from project.xml
       Type: Bug

     Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             core
   Versions:
             1.0-rc1

   Assignee: 
   Reporter: Shinsuke SUGAYA

    Created: Sun, 23 Nov 2003 1:20 AM
    Updated: Sun, 23 Nov 2003 1:21 AM
Environment: Redhat9, J2SE 1.4.1_04-b01

Description:
Maven cannot get multibyte strings from project.xml.

For example, in Japanese environment, if you run site plugin, Japanese project and organization name defined by project.xml are displayed as garbage. You should have the same result even if Japanese characters are escaped to "&nnnnn;" in project.xml(defined by ISO-8859-1). The issue is reproduced from RC 1(including CVS HEAD), but not reproduced in beta10. 

I think CJK users encounter this issue. 



---------------------------------------------------------------------
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org