Re: DB and Unicode problem (was: user and DB confusion)

Поиск
Список
Период
Сортировка
От Tino Wildenhain
Тема Re: DB and Unicode problem (was: user and DB confusion)
Дата
Msg-id 48F333D4.3050801@wildenhain.de
обсуждение исходный текст
Ответ на DB and Unicode problem (was: user and DB confusion)  ("arnuld uttre" <arnuld.mizong@gmail.com>)
Ответы Re: DB and Unicode problem (was: user and DB confusion)
Список pgsql-general
arnuld uttre wrote:
...
> and I phpBB can connect to the DB now but with a new problem from
> phoBB3:    The database you have selected was not created in UNICODE
> or UTF8 encoding. Try installing with a database in UNICODE or UTF8
> encoding.
>
>
> what to do about it ?

Well exactly that. What information is missing?

There is a parameter on createdb command line
(As well as CREATEDB command in SQL) which
needs to be set to unicode.

Hint: to get collation right, you might want to
initdb first (with empty $PGDATA) with correct
locale settings (including charset UTF-8 which will
then be the default encoding for all subsequent
created databases.

HTH
Tino

Вложения

В списке pgsql-general по дате отправления:

Предыдущее
От: "arnuld uttre"
Дата:
Сообщение: DB and Unicode problem (was: user and DB confusion)
Следующее
От: Ivan Sergio Borgonovo
Дата:
Сообщение: multi recordset and data type check was: Re: PL/pgSQL stored procedure returning multiple result sets (SELECTs)?