java - Chinese and Japanese languages are not correct in Jfree Chart -


i'm using jfree chart in application. internationalization works german,russian,french...but in chinese, japanese x , y axis texts looks square box. how solve problem?

thanks.

check link below, seems talking same problem:

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

you need ensure using font supports characters trying display. if see squares, that's indication font doesn't have glyphs unicode character trying show.


Comments

Popular posts from this blog

ios - Memory not freeing up after popping viewcontroller using ARC -

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -