Re: Snake Php configuration

From: Jean-Michel POURE <jm(dot)poure(at)freesurf(dot)fr>
To: pgadmin-hackers(at)postgresql(dot)org
Cc: "Mark Yeatman" <myeatman(at)vale-housing(dot)co(dot)uk>, "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
Subject: Re: Snake Php configuration
Date: 2003-08-01 13:55:12
Message-ID: 200308011555.12899.jm.poure@freesurf.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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,
- comment line 43

Connect to pgadmin3/index.php and select the French language.
You should be able to see the accentuated characters.

Otherwise, it might be a locale configuration problem under GNU/Linux. The
first thing to do before tweaking the system is to build PHP with iconv
(inconv needed on the system, does not seem to be installed on Snake) and
mb_string support.

When/if it is done, please drop me an email. Thanks for your help.

Cheers,
Jean-Michel

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Adam H. Pendleton 2003-08-01 13:58:12 Table permissions
Previous Message Jean-Michel POURE 2003-08-01 12:44:35 Snake Php configuration