I'm  working on IIS.

The code is:

<!--- Application.cfm --->
<cfapplication name="sample" setclientcookies="no">
<!--- end --->

<!--- url.cfm --->
<cfprocessingdirective pageencoding="utf-8">
Text:
<cfoutput>
#URL.text#
</cfoutput>
<!--- end --->

I'm calling url.cfm?text=Aağşıİxqöo
and the result:

Text:
AaðþýÝxqöo


When I use <cfset setEncoding("URL","utf-8")> in the application.cfm
The result:

Text:
Aa

CF MX currupts the string!

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Sunday, March 23, 2003 5:00 PM
To: CF-Talk
Subject: Re: CFMX cannot handle charset for URL variables

Quoting Murat Demirci <[EMAIL PROTECTED]>:
> 
> Do you know CF MX has still problems with Unicode and other charsets.
> 
> When I use setEncoding("url","utf-8"), CF MX displays some double-byte (the
> unicode number over than 255) as nothing. It displays nothing.

Which characters? Can you give some example code of a page with both form and
url variables that shows that a form works but URL variables not? What happens
if you use the builtin webserver?

Jochem

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to