The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
February 2002

Advertisement

Advertisement

This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.

Message:

Mapping characters

Posted by Hiran on February 13, 2002 at 9:25 PM

Assuming you are using a font that supports Telugu characters, you can map English characters to Telugu characters. All you have to do is decide on the mapping you will use, and have your application display the mapped Telugu character in the text area whenever the equivalent English character is pressed. For example, is you were working with French, you could decide that when the ' key is pressed, the French character é will be displayed. Then, you specify that to the user somehow, and when the user types in a ', your application will show that as a é. I hope this helps. If not, post again.
Hiran

> hi,

> I have a problem with Unicode characters.I need to develop an interface to the user using Java coding to enter the corresponding language say "Telugu" and so can anyone out there can help me how to design an interface that support "Telugu characters" while entering from the keyboard in a textarea in html.

> any further clarifications plz don't hesitate to contact harsha_aman@yahoo.com

> regards
> harsha






Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us