Forums / Setup & design / question about codepage

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

question about codepage

Author Message

Alexandre Cunha

Wednesday 12 April 2006 6:48:55 pm

hi

What codepages I need choose for the database ?
Can someone enlightme about codepages ?

thanks

http://AlexandreCunha.com

Ł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 Exponential"
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