View Single Post
  #7  
Old 9th November 2008, 03:24
djlee's Avatar
djlee djlee is offline
Senior Member
 
Join Date: Mar 2008
Posts: 183
Default
this could be something specific to your database.

go to your database structure and you should be able to change the collation of your tables.

login to phpmyadmin > click database > click operations tab > at bottom is teh collation change

i think its at the bottom of the collation list is the utf8 stuff .. first try to find a utf8 charset that specifys the language you wanna use i.e. UTF8_swedish_ci for swedish chars .. if you cant find one try utf8_unicode and if that fails possibly utf8_bin might work (not sure what that is so its a hit and miss on teh bin one)

-------------------

if that fails you may have to click the polls table and set each collation on each field separately

Last edited by djlee; 9th November 2008 at 03:27.
Reply With Quote
The Following User Says Thank You to djlee For This Useful Post:
H3T87 (10th November 2008)