JFreeChart support Chinese character?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
robert

JFreeChart support Chinese character?

Post by robert » Tue Jun 25, 2002 9:46 am

I want to display the Chinese character in pie chart by JFreeChartServletDemo,but it displays bad.

Would you please give me some advice?

Thank you very much!

David Gilbert

Re: JFreeChart support Chinese character?

Post by David Gilbert » Tue Jun 25, 2002 10:22 am

JFreeChart has no trouble with Unicode characters, but you need to make sure that the font you are using includes definitions for these characters, otherwise they will appear as blanks. Many fonts do not support the full range of Unicode characters. Here is a site that has information about fonts that do:

http://www.ccss.de/slovo/unifonts.htm

Regards,

DG.

robert

Re: JFreeChart support Chinese character?

Post by robert » Tue Jun 25, 2002 10:32 am

Thank You!

Locked