Issues with character set

Issues with character set

Tuesday 04 March 2008 6:44:41 am - 3 replies

Author Message

Piotrek Karaƛ

Wednesday 05 March 2008 10:51:42 pm

Check the database's default collation setting - it has to be set to one of the utf's, for example utf8_general_ci (but not unicode as far as I know).

--
Company: mediaSELF Sp. z o.o., http://www.mediaself.pl
eZ references: http://ez.no/partners/worldwide_partners/mediaself
eZ certified developer: http://ez.no/certification/verify/272585
eZ blog: http://ez.ryba.eu

Michael Hall

Thursday 06 March 2008 1:07:14 am

If you have command line access to the MySQL database, the quickest way to fix this is to log in to MySQL and create your database with this one-liner before installing eZ:

create database <database_name> character set utf8

donald Bart

Friday 07 March 2008 8:08:14 am

Hi guys

Thanks a million for all the info
I got it all sorted out, it was the issues
of my default character set and collation not been
same at the creation of the database.

Thanks.
Donald

You must be logged in to post messages in this topic!

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.