Re: PunBB 1.2 Beta
1.2 Beta and PostgreSQL give charset problems:
Postgres normally wants Unicode (UTF-8) in its SQL commands. And it will reject anything, that is not valid UTF-8.
So I can't even create forums with umlauts in it.
Actually, the default encoding for PostgreSQL is SQL_ASCII. That's the default encoding for the template databases that are used when creating new databases. So, unless you've manually changed the encoding of the template databases or specified a custom encoding when creating the database for PunBB, the database encoding will be SQL_ASCII (i.e. ISO-8859-1).