Hello all,

I have a problem with the rss.cfc file. My language is german so i have
some ä, ö, ü at my HTML and all other sites. Know I have enlarged the last
function (HTMLStripper) at the rss.cfc like this:

…
modsummary = replacenocase(modsummary, "ä", "ae", "all");

modsummary = replacenocase(modsummary, "ö", "oe", "all");

modsummary = replacenocase(modsummary, "ü", "ue", "all");

modsummary = replacenocase(modsummary, "ä", "ae", "all");

modsummary = replacenocase(modsummary, "ö", "oe", "all");

modsummary = replacenocase(modsummary, "ü", "ue", "all");
                
modsummary = replacenocase(modsummary, "&##xfc;", "ue", "all");
                
modsummary = replacenocase(modsummary, "&##xe4;", "ae", "all");
                
modsummary = replacenocase(modsummary, "&##xf6;", "oe", "all");
…

but if i create a RSS-Feed and take a look at it, there are still &#xfc, ä
and ö. FireFox has no problems with them. IE shows a Error message: cant
display XML File... <description>Dieses PlugIn stellt unter anderem CodeInsight 
f&#xfc;r
ColdFusion MX

Has anyone an idea to fix this problem??

Thanks a lot
Frank

---
You are currently subscribed to farcry-dev as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to