Title: Parsing files with special character in file name

        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.

        Example:

XercesDOMParser * parser;
parser->parse("c:\\invoiceČĆŽŠĐ.xml");

        Those special letters are valid Windows file names.

Thank you.

Reply via email to