OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

parsing umlauts, mutated vowels with SAX



Hi all,

I'm writing an application in C++ using the msxml SAX 2 classes and
everything works fine. But I encountered a problem:
I'm parsing not only english XHTML documents, but also german and turkish
ones. Printing out the chars with my application results in skipping mutated
vowels like ö,ä,é etc. 
If anyone encountered the same problem and solved it, I would be very glad
to get some information.

greets michael

p.s.: Meanwhile I'm trying to solve that problem by myself and if anyone
wants to gather some information just mail me.