Casper
2009-10-14 21:38:16 UTC
Hello,
I'm using mysql to store content for a PHP website. All my webpages
are ISO-8859-1 so I'm using the latin1_swedish_ci collation which is
the default.
I use mainly italian and also some english language on my website, and
no i18n needs.
First question: is it best to stand with latin1_swedish_ci or should I
better use latin1_general_ci ?
Second question:
when I moved my website to a host provider, I noticed they have htf8
as default collation on their mysql.
I want to change it to latin1_swedish_ci (or general, whichever is
best , see question one).
Since I already have data stored in, is it a dangerous operation to
change from utf8 to latin1 ? Any point to pay attention to?
Thank you much for any help !
regards.
I'm using mysql to store content for a PHP website. All my webpages
are ISO-8859-1 so I'm using the latin1_swedish_ci collation which is
the default.
I use mainly italian and also some english language on my website, and
no i18n needs.
First question: is it best to stand with latin1_swedish_ci or should I
better use latin1_general_ci ?
Second question:
when I moved my website to a host provider, I noticed they have htf8
as default collation on their mysql.
I want to change it to latin1_swedish_ci (or general, whichever is
best , see question one).
Since I already have data stored in, is it a dangerous operation to
change from utf8 to latin1 ? Any point to pay attention to?
Thank you much for any help !
regards.