This week's giveaways are in the MongoDB and Jobs Discussion forums. We're giving away four copies of Mongo DB Applied Patterns and 4 resume reviews from Five Year Itch and have the authors/reps on-line! See this thread and this one for details.
I am gettking junk charachter in my JSF chart when viewing chinese text. I am not configuring any font at the runtime. Can some one help me to reolve this
thanks in advance
Bauke Scholtz
Ranch Hand
Joined: Oct 08, 2006
Posts: 2458
posted
0
Set the correct character encoding.
For more details, check the 'I love unicode' link at end of my signature.
I already have this in my JSF page so do you think is this different issue?
thanks
Bauke Scholtz
Ranch Hand
Joined: Oct 08, 2006
Posts: 2458
posted
0
The character encoding has to be the same thoroughout the application, in every layer.
jeff rusty
Ranch Hand
Joined: Nov 07, 2006
Posts: 109
posted
0
Yes it is same across the layers.. i could see the Chinese on my JSF page but not on the chart. Is it because of the SVG ?
thanks
jeff rusty
Ranch Hand
Joined: Nov 07, 2006
Posts: 109
posted
0
anyone?
I am using Trinidad's Chart component . which internally uses the SVG viewer to embbed the report in a PDF and makes it available for viewing.
thanks
Bauke Scholtz
Ranch Hand
Joined: Oct 08, 2006
Posts: 2458
posted
0
Maybe. I don't know SVG further.
Point is, the character encoding has to be correct and the same thoroughout the complete process. Connecting, reading, writing, displaying, storing, etcetera.
jeff rusty
Ranch Hand
Joined: Nov 07, 2006
Posts: 109
posted
0
i have done everything correctly.. i also found that the chart doesnt work only in IE but works on firefox :s
Bauke Scholtz
Ranch Hand
Joined: Oct 08, 2006
Posts: 2458
posted
0
I don't know SVG so I can't be of any means for you here.
(Re)read a basic SVG book/tutorial or try a forum/mailinglist devoted to SVG.
jeff rusty
Ranch Hand
Joined: Nov 07, 2006
Posts: 109
posted
0
Hi ,
Can some one help me with the trinidad chart. It couldnt display chinese charachter despite of setting the charset as UTF-8. does trinidad chart support chinese? where can i find this information. I have east inidan languages and relevant fonts installed in my system..