Well, I did the experiments anyway as a way to procrastinate any actual 
productivity.

I ran the following code in MX 6.1 and MX 7.0.
<cfset FORM.goalComments = URLEncodedFormat("100% match")/> 
<cfoutput>#URLDecode(FORM.goalComments)#</cfoutput>
<hr/>
<cfset FORM.goalComments = "100% Match"/> 
<cfoutput>#URLDecode(FORM.goalComments)#</cfoutput>

The first example worked correctly on both servers.  The second worked as 
described in the original post on the MX 7 server it capitalizes the first 
letter following the space and deletes the second letter.  On the MX 6.1, it 
threw an error "% M".  Not much explanation, but essentially correct.  "% M" is 
not a properly URL encoded string.

HTH

--------------
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA
 
"C code. C code run. Run code run. Please!"
- Cynthia Dunning

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210150
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to