Usable Unicode Characters in Java

Started by
1 comment, last by RLS0812 10 years, 1 month ago

Is there a list of utf-8 unicode characters for Java 1.7 ( US-English ) that is universal ?

I have been playing around with THIS LIST , however most of the characters turn up as boxes ( missing character ), and I am afraid that other folks who use my program will not see any of the output correctly.

Thank you for your time.

I cannot remember the books I've read any more than the meals I have eaten; even so, they have made me.

~ Ralph Waldo Emerson

Advertisement

Are you using a custom font?

http://docs.oracle.com/javase/7/docs/api/java/nio/charset/package-summary.html

http://stackoverflow.com/questions/6941229/how-to-identify-programmatically-in-java-which-unicode-version-supported

Nope - Java default

Edit: I am seeing if using characters from a specific default font will work better.

I cannot remember the books I've read any more than the meals I have eaten; even so, they have made me.

~ Ralph Waldo Emerson

This topic is closed to new replies.

Advertisement