|
Mailing Lists
|
Home /
Groups /
ColdFusion Talk (CF-Talk)
£ in ColdFusion MX
Author: Ryan Mitchell
Short Link: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:24160#121833
I have the same problem, the most elegant solution I could find was to
replace £ with £ before you insert/update into the database.
HTH,
Ryan
Author: Rich Wild
Short Link: http://www.houseoffusion.com/lists.cfm?link=m:4:24160:121544
I'm sure this has come up before, but a search in the archives proved
fruitless so I'll try again here...
I'm trying to insert the sterling symbol - £ into a form input which gets
saved into sql server 2000.
Everytime I do it replaces £ with £.
To counter this, I've put the following lines in my application.cfm
<cfset setEncoding("url","iso-8859-1")>
<cfset setEncoding("form","iso-8859-1")>
but this give me no joy. Changing the charset to utf-8 doesn't help either.
I'm using cfmx, updater 3 on win2000 with sql server 2000.
Any ideas how I can fix this?
Ta.
Rich Wild
Author: Rich Wild
Short Link: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:24160#121544
I'm sure this has come up before, but a search in the archives proved
fruitless so I'll try again here...
I'm trying to insert the sterling symbol - £ into a form input which gets
saved into sql server 2000.
Everytime I do it replaces £ with £.
To counter this, I've put the following lines in my application.cfm
<cfset setEncoding("url","iso-8859-1")>
<cfset setEncoding("form","iso-8859-1")>
but this give me no joy. Changing the charset to utf-8 doesn't help either.
I'm using cfmx, updater 3 on win2000 with sql server 2000.
Any ideas how I can fix this?
Ta.
Rich Wild
|
May 25, 2013
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||