Active
Project:
Guestbook
Version:
7.x-2.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Dec 2011 at 13:14 UTC
Updated:
28 Dec 2011 at 13:14 UTC
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)!'