Special characters unrecognised on AJAX refresh!?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ziycon
    Contributor
    • Sep 2008
    • 384

    Special characters unrecognised on AJAX refresh!?

    Basically if there is a special character it will display fine on the page when you first go to the page but when you submit something new and the AJAX reloads the data on screen all special characters show up as unrecognised. Is there a way to handle special characters in AJAX properly, data is stored in a UTF-8 database??
  • ziycon
    Contributor
    • Sep 2008
    • 384

    #2
    Its ok, got it working using utf8_encode() in PHP.

    Comment

    Working...