[ 
http://jira.codehaus.org/browse/MPIR-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=174976#action_174976
 ] 

Herve Boutemy commented on MPIR-136:
------------------------------------

what is the output encoding you're using, for which this char does not exist?

[Unicode Character 'PRIVATE USE TWO' 
(U+0092)|http://www.fileformat.info/info/unicode/char/0092/index.htm] should be 
available, since [it's avaiable in every ISO-8859 
encodings|http://www.fileformat.info/info/unicode/char/0092/charset_support.htm]
I only find [Windows CP1252 where it is not 
available|http://www.fileformat.info/info/unicode/char/0092/codepage_support.htm].
But since maven-site-plugin's default encoding was ISO-8859-1 before 2.0 and is 
UTF-8 since 2.0 (see [Reporting Encoding 
Configuration|http://docs.codehaus.org/display/MAVEN/Reporting+Encoding+Configuration]),
 this should be a problem only if you explicitely configured maven-site-plugin 
tu use CP1252. Or perhaps the font used does not have this char.

proposed [Unicode Character 'ACUTE ACCENT' 
(U+00B4)|http://www.fileformat.info/info/unicode/char/00b4/index.htm] does not 
have this problem since it is both [in 
ISO-8859|http://www.fileformat.info/info/unicode/char/00b4/charset_support.htm] 
and [in 
CP1252|http://www.fileformat.info/info/unicode/char/00b4/codepage_support.htm].
This could be a workaround: thanks for the proposal Rémy.

But in fact it would be a workaround of the workaround, since the real problem 
is [quote handling|MNG-2855].
I'm actually working to release maven-reporting-impl 2.0.4.2 to fix quote 
handling, then I'll integrate it in MPIR. Stay tuned...

> French properties file reference inexistent unicode char
> --------------------------------------------------------
>
>                 Key: MPIR-136
>                 URL: http://jira.codehaus.org/browse/MPIR-136
>             Project: Maven 2.x Project Info Reports Plugin
>          Issue Type: Bug
>    Affects Versions: 2.1
>         Environment: Any
>            Reporter: Eric Chatellier
>            Assignee: Herve Boutemy
>            Priority: Minor
>             Fix For: 2.1.2
>
>         Attachments: MPIR-136.patch
>
>
> French property file 
> (http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_fr.properties)
> contains unexistant unicode char : \u0092
> Should be : ' or \u0027, but test fails with that char

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


Reply via email to