unicode conversion in java

is there any package in java which has some function that convert a enter key in to hindi font i.e. n==नthanks in advance With regardsHemjyo
[188 byte] By [hemjyoa] at [2007-11-27 0:18:49]
# 1
No - because whatever that char is, it's not an 'n'. Also, this has nothing to do with fonts, but encoding, although not even that is an issue here. You want to do a mapping of some sorts.(And there are no functions in Java. The things one calls are named "methods".)
CeciNEstPasUnProgrammeura at 2007-7-11 22:09:26 > top of Java-index,Java Essentials,Java Programming...