OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: [xml-dev] XML parsing the only way?

[ 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




 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS