Home
The Toolkit for Online Communities
15900 Community Members, 0 members online, 2333 visitors today
Log In Register

Forum OpenACS Q&A: Re: Unicode Error on Postgres

OpenACS Home : Forums : OpenACS Q&A : Re: Unicode Error on Postgres : One Message

+
Posted by Joel Aufrecht on
Two things to check - did you create the database -E UNICODE?  there's some simple psql command to check.  And, is the AOLserver running utf-8?  Dunno if the second one matters.
+
Posted by Andrei Popov on
psql -l from command prompt will ist all databases and their encodings
+
Posted by Malte Sussdorff on
The database runs in UNICODE and the AOLserver has the OuputCharset as well as URLCharset set to utf-8.

This is only a problem with the file-names of uploaded files. Everything else works fine, all content is stored correctly and switching to arabic as the locale works fine as well.

+
Posted by Andrei Popov on
Maybe this is browser-related?  Can it be that form encoding is not correctly specified, resulting in translation?