Steve LaBadie wrote: > This is happening when the content writer publishes the edited page.
then you need to look at the db, db driver & how the text data is being stored in the db. assuming the db's setup correctly & unicode capable, the only thing that cf might effect in all of this is the db driver: - if you're using unicode you probably want to stay away from the ODBC bridge stuff. - if you're using cfqueryparam make sure you turn on unicode for that dsn. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:297244 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

