Possible Duplicate:
How to remove high-ASCII characters from string like ®, ©, ™ in Java
Hi All,
How to remove rectangle like unicode characters in java string.
Thanks,
Chaitu
Hi All, How to remove rectangle like unicode characters in java string. Thanks, Chaitu |
|||||||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
When your characters are rendered as rectangles, than that usually means that your system doesn't have the necessary fonts to display. Since the installed fonts can vary from machine to machine, it's hard to define what you mean by "rectangle like unicode characters". If your code is running on the machine that does the display (i.e. you're not just rendering HTML, for example), then you might be able to use |
|||
|
|
They aren't bad character !. They don't have proper font to be displayed just. Still if you want you can only accept characters from specified range of your choice . Or its better to provide font |
|||||||||||||||
|
|
I would start by looking at the Apache Commons Lang |
|||||||||
|