Parsing files with special character in file name fails. Those characters are Eastern European: ÈÆ®©Ð èæ¾¹ð. If you have some other encoding you might be unable to see those characters in your mail client. Is there some workaround? I'm using Xerces 2.3.0. on WinXP.
I have recently fixed the same problem for Japanese file names, so it's probably the same issue; try downloading the latest CVS version from http://cvs.apache.org/snapshots/xml-xerces/
Alberto
Example:
XercesDOMParser * parser; parser->parse("c:\\invoiceÈÆ®©Ð.xml");
Those special letters are valid Windows file names.
Thank you.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]