[Home] [By Thread] [By Date] [Recent Entries]


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

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member