Karan Joshi wrote: > Hi all > > I am pulling .htm pages from a website and re-wrapping the content in our > page. The content displays fine in IE but in FF, a � is inserted after every > letter.
likely an encoding issue. question marks (in most s/w but not buzzword) means the app can't understand the char because of an encoding problem. what is the encoding of the source page? the encoding of your cf page? what version of cf? > 2) Another thing is if I try to modify the cfhttp.fileContent using > Replace(), it doesn't work either, whereas if I do the same with another test > site, it works fine. if you're doing a search & replace on the displayed question mark glyph you most likely will never find it as it's just a symbol representing something else. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319365 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

