Re: Xerces Unicode

2005-03-30 Thread Johannes Gutleber
*** NOTE *** Dear Sir/Madam, Your e-mail address has not been registered previously with this incoming mailbox. Due to excessive amounts of incoming unsolicitated e-mails, Your e-mail may be filtered out. If You think that happens, or if You wish to make your e-mail address white-listed for this

Re: Xerces Unicode

2005-03-30 Thread Stephane Negri
Jesse, I used a hexdump utility to examine the contents of your file. It's UTF-16 with a byte-order mark (BOM). The BOM enables a parser to determine the encoding and byte order without reference to the declared encoding. (With a 16-bit encoding, you have to know whether the high-order byte come

RE: Xerces Unicode

2005-03-29 Thread Jesse Pelton
r, you might want to. > -Original Message- > From: Stephane Negri [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 29, 2005 8:54 AM > To: xerces-c-dev@xml.apache.org > Subject: Re: Xerces Unicode > > > >What do you mean when you say the file is written

Re: Xerces Unicode

2005-03-29 Thread Stephane Negri
>What do you mean when you say the file is written in Unicode? UTF-8 is >> one of the three standard Unicode encodings (the other two being UTF-16 >> and UTF-32). Does the encoding specified in the document match the >> actual encoding? It might be helpful for you to send a sample document sorry

RE: Xerces Unicode

2005-03-29 Thread Jesse Pelton
attachment, not in the body of the message). > -Original Message- > From: Stephane Negri [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 29, 2005 8:31 AM > To: xerces-c-dev@xml.apache.org > Subject: Xerces Unicode > > Hello All, > > > I m modyfing an applicatio

Xerces Unicode

2005-03-29 Thread Stephane Negri
Hello All, I m modyfing an application which already uses xerces to parse XML files, but now I would like to be able to handle unicode files since I m porting the application to japanese. So, I think I ve managed to change everything correclty, my output file is correctly written in UNICODE. Wh

RE: Is xerces Unicode complaint?

2002-12-17 Thread Jesse Pelton
erces built with ICU. -Original Message- From: Pranav Kumar Sahu [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 17, 2002 7:08 AM To: [EMAIL PROTECTED] Subject: Is xerces Unicode complaint? If yes where i can get related docs. ThanX --P

Is xerces Unicode complaint?

2002-12-17 Thread Pranav Kumar Sahu
If yes where i can get related docs. ThanX --Pranav - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]