On 03/28/2011 04:01 PM, Nikolaj Groenlund wrote:
> Im using Plone 4.0.4, Postgresql 9.0.3 and RelStorage 1.5.0b2.
> Currently Im using "da_DK.ISO8859-1" encoding in PostgreSQL - would
> "da_DK.UTF-8" be better since Plone is using UTF-8 internally? PS
> both "Encoding, Collation and Ctype" are set in Postgresql.

Currently, RDBMS-level encoding parameters should not matter.  All 
Unicode strings (such as transaction user name and description) are 
encoded in bytea fields, so the encoding is opaque to PostgreSQL.

Shane
_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zodb-dev

Reply via email to