Japanese display problems on Snake

From: Jean-Michel POURE <jm(dot)poure(at)freesurf(dot)fr>
To: pgadmin-hackers(at)postgresql(dot)org
Cc: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>, "Hiroshi Saito" <saito(at)inetrt(dot)skcapi(dot)co(dot)jp>
Subject: Japanese display problems on Snake
Date: 2003-08-05 09:53:01
Message-ID: 200308051153.01322.jm.poure@freesurf.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Dear all,

There are problems displaying japanese characters on snake.pgadmin.org and
www.pgadmin.org (everything works fine on my workstation):

1) First of all, the fonts for pgAdmin web sites cannot be defined in CSS.
It is better to let the OS choose the best font for display.

2) Php needs at least the following ./configure options:
./configure --without-mysql
--with-pgsql=/usr/local/pgsql
--with-gettext
--with-apxs=/usr/local/apache/bin/apxs
--with-iconv
--enable-mbstring=all
--enable-trans-sid
--enable-wddx
--enable-magic-quotes

Cheers,
Jean-Michel

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Andreas Pflug 2003-08-05 14:20:22 Re: pga3 website
Previous Message Jean-Michel POURE 2003-08-05 08:39:55 Re: pga3 website