[
Lists Home |
Date Index |
Thread Index
]
Emmanuil Batsis (Manos) wrote:
> I have a bunch of charefs like χ and I want to convert those in the
> approrpiate java string. What is the quickest way of doing this? A new
> DOMDoc perhaps?
You could grab the number into num and then use
char c = Character.forDigit( num, 10 );
or so I think.
--
Robin Berjon
|