It's rumoured that Jean-Michel POURE once said: > 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.
Umm, isn't that your style sheet? > 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 I set that on Snake as you requested. I cannot change www.pgadmin.org so easily as it is also www.postgresql.org, advocacy.postgresql.org and soon will be techdocs as well. Note that advocacy.postgresql.org is already working properly in a number of languages with the following config: './configure' '--enable-versioning' '--enable-memory-limit' '--with-layout=GNU' '--with-zlib-dir=/usr' '--disable-all' '--with-apxs=/usr/local/sbin/apxs' '--with-bz2=/usr' '--enable-ctype' '--with-dom=/usr/local' '--enable-ftp' '--with-gettext=/usr/local' '--with-imap=/usr/local' '--with-imap-ssl=/usr/local' '--enable-mbstring' '--enable-mbregex' '--with-mcal=/usr/local' '--with-mcrypt=/usr/local' '--with-mysql=/usr/local' '--with-ldap=/usr/local' '--with-pcre-regex=yes' '--enable-posix' '--with-pgsql=/usr/local' '--with-pspell=/usr/local' '--enable-session' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-tokenizer' '--enable-xml' '--with-expat-dir=/usr/local' '--with-zlib=yes' '--prefix=/usr/local' 'i386-portbld-freebsd4.8' Regards, Dave. ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster
