|
Posted by J.O. Aho on 12/21/05 00:59
ironcito wrote:
> J.O. Aho wrote:
>
>> latin1_swedish_ci is iso-8859-1, you need to set utf8
>
> I know, but where? I've changed MySQL's charset to UTF8, the Server
> Administrator says the charset is UTF-8... I don't know where that
> latin1_swedish_ci is coming from.
Tables can be of a different character set than default database character
set, specially if the character set has been changed after you created the
created your database.
I do suggest you start looking here:
http://www.mysql.com/search/?q=latin1_swedish_ci&x=0&y=0&doc=1&m=0
and specially how to alter character setups:
http://dev.mysql.com/doc/refman/5.0/en/charset-database.html
I know it's the mysql 5 manual, but this is supported in mysql 4 as far as I know.
//Aho
Navigation:
[Reply to this message]
|