Thread: GBP (?) sign
View Single Post
  #4 (permalink)  
Old 07-21-2008, 01:01 PM
Chris Loftus
 
Posts: n/a
Diggs:
Default Re: GBP (?) sign

[Q]what version of mysql? what db driver?[/Q]

MySQL 4.1.22-community-nt

[Q]ok, cf6 & above default to utf-8, so that's probably where the "minor"
encoding mismatch is happening (or the db driver). have you tried

<cfset setEncoding("form","iso-8859-1")>

to your application.cfm?[/Q]

yep, no change

Reply With Quote