Snake Php configuration - Mailing list pgadmin-hackers

From Jean-Michel POURE
Subject Snake Php configuration
Date
Msg-id 200308011444.35130.jm.poure@freesurf.fr
Whole thread Raw
Responses Re: Snake Php configuration  (Jean-Michel POURE <jm.poure@freesurf.fr>)
Re: Snake Php configuration  (Jean-Michel POURE <jm.poure@freesurf.fr>)
List pgadmin-hackers
Dear Mark or Dave,

Languages do not display well under Snake because of an UTF-8 problem.

Php is currently compiled with:
'./configure' '--without-mysql' '--with-pgsql=/usr/local/pgsql'
'--with-gettext' '--with-apxs=/usr/local/apache/bin/apxs'

It should also carry this additional option:
--with-iconv --enable-mbstring=all

Then, restart Apache and connect to pgadmin3/phpinfo.php.
You should read the environment variable:
_ENV[locale]=en_US

When it is done, please drop me an email, I will upload the required code to
display UTF-8 data.

Cheers,
Jean-Michel


pgadmin-hackers by date:

Previous
From: Devrim GUNDUZ
Date:
Subject: Re: Multilingual website available for preview
Next
From: Jean-Michel POURE
Date:
Subject: Re: Snake Php configuration