I am having an applet in Java application, in which I want to display kannada text in the text area using text box. please help me with how to do it ?
Asked
Active
Viewed 1,993 times
-1
-
2*"so i want one simple program"* Simple usually boils down to 'hire someone that has achieved it before'. BTW - do you have a (specific) question, or should we just interpret the question as 'Can u giv me teh codez?'? – Andrew Thompson Apr 18 '12 at 05:31
-
This might help you http://stackoverflow.com/questions/340739/setting-unicode-characters-in-java-frames – Ravindra Gullapalli Apr 18 '12 at 05:38
1 Answers
4
You need to use the character encoding using unicode, For Kannada it's range from 0C80 to 0CFF.
Check this PDF for further details.
Java unicode example applet is available here
Below Examples help you to understand better:
setting-unicode-characters-in-java-frames
display-the-unicode-value-in-the-java-screen

Community
- 1
- 1

Chandra Sekhar
- 16,256
- 10
- 67
- 90