| From: | Tino Wildenhain <tino(at)wildenhain(dot)de> |
|---|---|
| To: | arnuld uttre <arnuld(dot)mizong(at)gmail(dot)com> |
| Cc: | Grzegorz Jaśkiewicz <gryzman(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org |
| Subject: | Re: DB and Unicode problem (was: user and DB confusion) |
| Date: | 2008-10-13 11:41:08 |
| Message-ID: | 48F333D4.3050801@wildenhain.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Ivan Sergio Borgonovo | 2008-10-13 11:41:31 | multi recordset and data type check was: Re: PL/pgSQL stored procedure returning multiple result sets (SELECTs)? |
| Previous Message | arnuld uttre | 2008-10-13 11:32:17 | DB and Unicode problem (was: user and DB confusion) |