Hey there,

These settings in the Application.cfm file seemed to be the problem.

<cfcontent type="text/html; charset=ISO-8859-1">
<cfset setEncoding("Form", "ISO-8859-1")>

After taking that out, it works.

When this site was first coded, it ran on
Linux+Apache+BlueDragon+MySQL4.1....

Now it's on Windows 2003 + IIS6 + CF7 + MS SQL 2000

Total change from old server to new.

Works now.

Thanks,

Yves

On 1/22/07, Paul Hastings <[EMAIL PROTECTED]> wrote:
>
> Yves Arsenault wrote:
> > by weirdness, I just mean the characters (special characters such as
> those
> > frequently used in french) aren't submitted properly.
> > Example:
> > � = �(c)
>
> first check that it's coming thru on the other end ok (ie it's not a db
> issue).
> can you simply dump out the form vars as plain text (making sure to keep
> your
> encoding the same as the form's)? can you make the test page public?
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http: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:267338
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to