latest reactions

David Levin
Does the trim still work if the form fie …
mal
as long as the join keys are same in eac …
Tarida
I am using ipinfodb.com to redirect the…
David Levin
Good stuff. For those interested in a UD …
PtcBux
oh Wilbur Gans wrote thank you so much…

Clicky Web Analytics
Use OpenDNS
ZERIGO DNS

Ultimate dns hosting based on pre-defined templates, DNS redirection and lot's more.

mxna feeds

ColdFusion Summit 2013ColdFusion Dev Needed: Albany, NYCF911: New Adobe document about #ColdFusion security hotfixes: required reading, I'd sayColdFusion Summit AnnouncedAdobe Announces ColdFusion Summit 2013Circular Thumbnails with ColdFusion / CSSColdFusion Dev needed: South FloridaeBay Looking for a ColdFusion DeveloperFace Cropped Thumbnails with ColdFusionUsing A Dynamic Column Name With ValueList() In ColdFusionColdFusion LockdownFace Detection with ColdFusion and JviolajonesFace Detection with JJIL Library and ColdFusion (Experiment)Face Detection with JJIL Library and ColdFusion (Experiment)Viviotech joins as a hosting provider!

All files are strictly confidential: all information is classified.
© Copyright 2002 - 2013 mximize.com.
All right reserved.

Visit Carlos GallupaMXNA webfeed

Encodering van european characters

I've had it!!! this is the @#$% time that i struggled with the encoding of MX but I think I know now why this is....

MX first release you need this as your character code in the application.cfm

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

IN MX 6.1 you need this, because apparently the above doesn't work then anymore....

<cfcontent type="text/html; charset=CP1252">
<cfset setEncoding("URL", "CP1252")>
<cfset setEncoding("FORM", "CP1252")>

I hope I am correct in this.. if not.. please let me know!!

3603 viewed | Your opinion...  | del.icio.us | Digg it | Tjarko @ 12/11/03 0:00 cet


Reactions:

Leave your comment

Your name


Your url/website/link/email....


Some room for your reaction is placed here..



The answer to the ultimate question is?? (42 ;-))




URL en mail addresses are translated for you... life sometimes is that simple!!