Can Anyone answer this soon please

-----Original Message-----
From: Birinder Singh [mailto:[EMAIL PROTECTED]
Sent: Monday, August 25, 2003 12:13 PM
To: [EMAIL PROTECTED]
Subject: Some Japanese characters cant be validated in the XML fields??


Hi 
I am using the following in my code using the xerces lib 2.10
        
        XMLCh name[2];
        name[0] = c;
        name[1] = L'\0';
        isNameStart = XMLString::isValidName(name);

to validate the first character (c) in the PI of an xml
For some Japanese chars like '比' (0xE494) I cant validate the same .
Is there something like only some specific characters are supported by the
xerces lib or should i enhance my version

I also see an array XMLByte XMLReader::fgCharCharsTable[0x10000] maintained
in the file XMLReader.cpp 
Does this array dont support the characters like the one above

regards
birinder

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to