Re: [pgadmin-hackers] Snake Php configuration

2003-08-01 Thread Jean-Michel POURE
Dear all, I could tweak the PHP scripts to display UTF-8 data, but it is not very interesting. Now and then, if you have time, compiling PHP with iconv would be great. Cheers, Jean-Michel > Dear Mark or Dave, > > Languages do not display well under Snake because of an UTF-8 problem. > > Php is

Re: [pgadmin-hackers] Snake Php configuration

2003-08-01 Thread Jean-Michel POURE
On Friday 01 August 2003 14:44, Jean-Michel POURE wrote: > When it is done, please drop me an email, I will upload the required code > to display UTF-8 data. After PHP installation on Snake, if you want to test UTF-8 display yourself: - open pgadmin3/class/pgadmin_session.php - uncomment line 42,

[pgadmin-hackers] Snake Php configuration

2003-08-01 Thread Jean-Michel POURE
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: --wit