[ 
http://jira.codehaus.org/browse/DOXIA-433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=269317#action_269317
 ] 

Thorsten Möller commented on DOXIA-433:
---------------------------------------

Yes, I can confirm that your example works also for me. However, after checking 
again, I've found that the issue seems to occur only when used inside table 
cells. Attached you will find an example. Simply copy this file into 
src/site/apt and run mvn site again. Also, change the version in the POM back 
to 2.0.1 and then it should work.

> Regression for Unicode character rendering
> ------------------------------------------
>
>                 Key: DOXIA-433
>                 URL: http://jira.codehaus.org/browse/DOXIA-433
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Module - Apt
>         Environment: Maven 2.2.1, site plugin 2.3
>            Reporter: Thorsten Möller
>         Attachments: DOXIA-433.zip, t.apt
>
>
> After upgrading the maven-site-plugin from version 2.0.1 to 2.3, I noticed 
> that one of my APT files in which unicode characters are used is no longer 
> rendered correctly to HTML. More precisely, in the APT file there are several 
> occurrences of
>    \u2713
> The generated HTML file then contains
>     u2713
> rather than
>    ✓
> I do not have a minimal example attached, but it should be easily 
> reproducible using Maven 2.2.1 and site plugin 2.3 (you might also want to 
> try with 2.0.1 where it works for me).

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