Ian Skinner wrote: > Then, why do I get question marks (?) for special characters such as accents, > umlauts and tildes? When I've experimented with the utf-8 encoding? Which > is what sent me on this quest in the first place.
because your data isn't unicode but you're telling the browser it is. it's like being told your blind date is an english speaking russian ballerina but she turns out to be a nose guard who can only converse in pig-latin. wouldn't you be confused? one single encoding for all your data end-to-end is a lot simpler than trying to juggle dozens of page encodings. there's articles on cf dev center & cfdj about this. also chapters in the advanced cf books as well. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265832 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

