Hello,Help!
I need to set up CMS for french sites with lots of special characters.
The standard istall sets up all tables in latin1_swedish_ci
Do I need to change something to have all tables in utf8-unicode-ci???
Is this a correct solution for me?
Please advice!!
please advice special characters UTF8??
please advice special characters UTF8??
I'm running CMS Made Simple 1.4. I'm using PHP 4.4.1, and MySQL 5.1.6 This is all working with Apache 2.2.4 running on Linux with Mysql 5.0.27.
Re: please advice special characters UTF8??
Install don't set your DB encodinghugosnel wrote: I need to set up CMS for french sites with lots of special characters.
The standard istall sets up all tables in latin1_swedish_ci
Do I need to change something to have all tables in utf8-unicode-ci???
Is this a correct solution for me?
You must set utf8-unicode-ci in your DB, this after create new tables and fields in utf8-unicode-ci
Set with a SQL tool (ex: phpmyadmin)
Alby
Re: please advice special characters UTF8??
all tables?
one by one?
by hand?
is there a mysql script for doing this?
Thank you, merci, gracias
one by one?
by hand?
is there a mysql script for doing this?
Thank you, merci, gracias
I'm running CMS Made Simple 1.4. I'm using PHP 4.4.1, and MySQL 5.1.6 This is all working with Apache 2.2.4 running on Linux with Mysql 5.0.27.
Re: please advice special characters UTF8??
There are scripts (search with google or in mysql site) or if it's a new installation, drop all tables, change to utf and reinstallhugosnel wrote: all tables?
one by one?
by hand?
is there a mysql script for doing this?
Thank you, merci, gracias
Alby