Jack
Jack

Reputation: 155

Chinese and Japanese languages are not correct in Jfree Chart

I'm using Jfree chart in my application. The internationalization works perfectly for German,Russian,French...But in Chinese, Japanese the x and y axis texts are looks like square box. How to solve this problem?

Thanks.

Upvotes: 0

Views: 627

Answers (1)

Juned Ahsan
Juned Ahsan

Reputation: 68715

Check the link below, it seems to be talking about the exactly same problem:

http://www.jfree.org/phpBB2/viewtopic.php?f=3&t=109313

You need to ensure that you are using a font that supports the characters you are trying to display. If you see squares, that's an indication that the font doesn't have glyphs for the unicode character you are trying to show.

Upvotes: 1

Related Questions