Hi! Commentaries like Rieger or MAK use the ThML/HTML escpae strings for umlauts etc. Although I use setEscapeStart("&"); setEscapeEnd(";"); addEscapeStringSubstitute("auml", "ä"); addEscapeStringSubstitute("uuml", "ü"); addEscapeStringSubstitute("ouml", "ö"); neither the escape code nor the umlauts appear in the text. Does sombody know why this is happening? Maybe some other filter strips them out or does SWBasicFilter::ProcessText not work correctly?
Thanks for all help! Joachim