please advice special characters UTF8??

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
User avatar
hugosnel
Forum Members
Forum Members
Posts: 50
Joined: Mon Aug 04, 2008 9:29 am

please advice special characters UTF8??

Post by hugosnel »

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!!
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.
alby

Re: please advice special characters UTF8??

Post by alby »

hugosnel 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?
Install don't set your DB encoding
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
User avatar
hugosnel
Forum Members
Forum Members
Posts: 50
Joined: Mon Aug 04, 2008 9:29 am

Re: please advice special characters UTF8??

Post by hugosnel »

all tables?
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.
alby

Re: please advice special characters UTF8??

Post by alby »

hugosnel wrote: all tables?
one by one?
by hand?
is there a mysql script for doing this?
Thank you, merci, gracias
There are scripts (search with google or in mysql site) or if it's a new installation, drop all tables, change to utf and reinstall

Alby
Locked

Return to “[locked] Installation, Setup and Upgrade”