[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2791) Support CJK in a chart.

Nobuyuki Inaba (JIRA) jira-events at lists.jboss.org
Fri Mar 28 12:32:40 EDT 2008


Support CJK in a chart.
-----------------------

                 Key: JBSEAM-2791
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2791
             Project: JBoss Seam
          Issue Type: Feature Request
          Components: PDF
    Affects Versions: 2.1.0.A1
         Environment: ubuntu linux 7.10
jdk1.5.0_14
jboss seam 2.1.0A
            Reporter: Nobuyuki Inaba


Hi,

Seam 2.1.0A does not support CJK character in a chart( in a PDF file).
because, UIChart class use DefaultFontMapper class.
I think UIChart class should use <p:font> settings.

I attached the patch against this issue to this ticket.Please check the patch.

When apply the patch to Seam, Seam can support CJK chacter in a chart.
and In a chart, developer have to appoint the following to use CJK.

 1. Appoint the 'locale' in <p:document>. e.g. <p:document ...  locale="ja">. Now,  'ja' has not mean. but I think that this is necessary when Seam supports other multi-byte languages.
 2. Setting of <p:font>. already fixed in JBSEAM-1039.

best regards, 
Nobuyuki Inaba

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list