Share » Forums » Setup & design » question about codepage

question about codepage

question about codepage

Wednesday 12 April 2006 6:48:55 pm - 1 reply

Author Message

Ɓukasz Serwatka

Tuesday 18 April 2006 12:11:33 am

That depends which language for your site and db engine you will use. Since MySQL 4.1 and higher Unicode support was added, PostgreSQL supports it as well so I would recommend use it for all projects.

For MySQL run:

CREATE DATABASE `mydb` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;

See "Unicode with eZ publish"
http://ez.no/products/ez_publish/documentation/configuration/configuration/language_and_charset/unicode_with_ez_publish

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

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

36 542 Users on board!

Forums menu