if so, why do phppgadmin display data correctly and handle accents and
other unicode caracters ?
On Thu, 3 Mar 2005 19:28:30 +0100, Peter Eisentraut <peter_e@gmx.net> wrote:
> Zouari Fourat wrote:
> > excuse me but i dont understand what should i do ?
>
> The locale you specified when you ran initdb needs to match the encoding
> of the database. The equivalent pairs are usually named like this:
>
> Locale Encoding
>
> de_DE LATIN1
> de_DE@euro LATIN9
> de_DE.utf8 UNICODE
>
> Pick the analogous pairs for you language environment.
>
> --
> Peter Eisentraut
> http://developer.postgresql.org/~petere/
>