Hi All

Have an old drupal page where I had once guestbook also.
I started to move the sql content to the new guestbook table, but the character encoding of the new module is different so the text will appear in a not correct form.

How can I correct this?

Example:
Old page:
Ha elégedettek voltak akkor itt mondják el, ha nem akkor mondják el nekünk(e-mail)! ---This is the correct appearance
Old sql table:
'Ha elégedettek voltak akkor itt mondják el ha nem akkor mondják el nekünk(e-mail)!'

New page:
'Ha elégedettek voltak akkor itt mondják el ha nem akkor mondják el nekünk(e-mail)!'
New sql table:
'Ha elégedettek voltak akkor itt mondják el ha nem akkor mondják el nekünk(e-mail)!'