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