Tom S wrote: > All possible settings/parameters are set to UTF-8 (in Eclipse, Coldfusion > Administrator and Apache). When we used Windows Servers we didn't have this > problem.
cfprocessingDirective, setEncoding, cfcontent, etc. all setup correctly? a BOM's a good idea but you'll find that since it's optional by definition for utf-8, there will be some s/w that removes, ignores, or does something evil to it. and as a good practice recommendation, it's not such a good idea to hard code text for i18n apps. some sort of resource bundle is generally recommended. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade & see new features. http://www.adobe.com/products/coldfusion Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270820 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

