Hi list,
I have the following problem:

Stop converting of German umlaute into html
while writing .htm-files with cffile:

<cfset noSlashes = 
ReReplace(getArtikelZusatzText.beschreibung,"\\|/|\?","","all")>
<cffile action="WRITE" file="e:\blabla\xxx\cfdocs\xxx\yyy\#noSlashes#.htm" 
output="#cfhttp.FileContent#">

gives the following file:

Chaumeton, H. Enzyklop&auml;die der Fossilien SA.htm

But I would like to get:

Chaumeton, H. Enzyklopädie der Fossilien SA.htm

instead. That means the german "umlaute" (ä,ü,ö ...) shouldn't
be converted to html.
How can I possibly do this ? Is there a CF-function ?
Thanks in advance.

Uwe



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240025
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to