[sword-devel] SWBasicFilter::addEsccapeSubstitute
Joachim Ansorg
sword-devel@crosswire.org
Wed, 6 Mar 2002 23:56:48 +0100
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