RE: Japanese file Names cant be resolved by SAX on Mac OS X

2003-08-27 Thread Birinder Singh
Berry [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 8:45 PM To: Xerces C Dev Cc: Birinder Singh Subject: Re: Japanese file Names cant be resolved by SAX on Mac OS X Birinder, Here are some answers that would be helpful either to you or to me: - Are you running on Mac OS X or Mac OS

Japanese file Names cant be resolved by SAX on Mac OS X

2003-08-27 Thread Birinder Singh
Hi all I am passing a file path having some japanese named folders in the path to the SAX Parser to parse the file I do the following stuff on Mac -- FSMakeFSSpec(0,0,filePath,&fsspec); XMLCh *newPathPtr =

RE: xerces parser cant parse or open files with Japanese Name?

2003-08-27 Thread Birinder Singh
i got the solution I should have used the call to the parser that takes unicode string as input parameter of fileName thx -Original Message- From: Birinder Singh [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 10:40 AM To: [EMAIL PROTECTED] Subject: xerces parser cant parse or

xerces parser cant parse or open files with Japanese Name?

2003-08-27 Thread Birinder Singh
Hi all I am trying to pass the SAXParser a fileName that is in Japanese and it gives me the following error Runtime Exception : The Primary Document entity could not be opened : Id = "the file path" I am indeed passing it the full path Is it that the parser cant open the files with names other

RE: Some Japanese characters cant be validated in the XML fields??

2003-08-26 Thread Birinder Singh
is illegal. You shouldn't have to do this yourself. On Mon, 25 Aug 2003, Birinder Singh wrote: > 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 = XMLS

Fw: Some Japanese characters cant be validated in the XML fields??

2003-08-26 Thread Birinder Singh
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

Some Japanese characters cant be validated in the XML fields??

2003-08-25 Thread Birinder Singh
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 ca