> Using CF MX6 on both dev and prod, moving from a development server to > production ran into problem. > On development server, > <cffile action="read" charset="Shift_JIS" file="myfilePath" > variable="MyVar"> > (works) > > On production the same code fails. > > If I remove the charset="Shift_JIS", tag will read files without > problem, but of course I need it to recognize Shift_JIS for the > japanese files.
More Information: The prod server burps on the following charsets: shift_jis iso-2022-jp euc-jp euc-kr big5 euc-cn ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:300464 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

