Skip to main content
Participant
May 10, 2011
Question

I have an issue with the £ character using CF8 and MySQL. Can anyone help?

  • May 10, 2011
  • 1 reply
  • 362 views

Everthing was fine when using an Access Database but now I have swutched to MySQL all the £ charachters have changed to 'ᆪ'.

Even new entries in the Db switch the £ to a 'ᆪ'.

I have tried different character sets etc. but to no avail. Can anyone help?

    This topic has been closed for replies.

    1 reply

    leDukeAuthor
    Participant
    May 10, 2011

    Every other charachter works: $%&@  etc.etc. just not the £!

    Inspiring
    May 10, 2011

    I think you'll find it's any non-ASCII characters that are bung.

    Google "mysql jdbc utf-8" and you'll find the connection string you need to use on the datasource to make it UTF-8-aware.

    --

    Adam