Printing problem of utf-8 character 0BC1, 0BC2
Hai,
I hope every on doing fine!
I am having problem in unicode values printining(java2d printing )
code is like
g2d.drawString("\u0bc1");
while displaying in swings text box or table its displaying properly but wile i am giving it to print using draw string its not comming properly plz help me.
thanks in advance
Those are Tamil vowel signs U and UU according to the Unicode code charts. Does that agree with what you expected?
What do you mean by "not comming properly"? Do you see rectangular boxes instead of those characters? If so, then you have to specify a font that can render those characters properly. Or does it mean something else?
(And by the way, UTF-8 has nothing to do with the question.)