Rey Bango wrote: > If, however, I post from CF5 to a CFMX 8 server, then the "?" is somehow > stored.
cf5 doesn't know encoding from a hole in the ground (though i guess it defaults to latin-1). cf6 & above default to unicode (utf-8). that's the source of your encoding mismatch (and 1/2 teh answer to my questions in the previous email). > Any ideas? make the encoding's match. see: setEncoding() <cfProcessingDirective> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:307126 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

