Forum OpenACS Q&A: Response to howto run 3.2.5 with European characters on nsd8x

Janus, this thread was very useful when I was setting up PostgreSQL and AOLserver to be iso-8859-1 compatible for OpenACS 4.5 installations, in fact I only configured PostgreSQL 7.2 with
./configure --enable-locale --enable-multibyte
created databases with
createdb --encoding=LATIN1 somedbname
and made sure to have
PGCLIENTENCODING=UNICODE
in the environment of the unix user that starts AOLserver (but not the user that you enter psql as).