[ZODB-Dev] Plone 4.0.4 and Postgresql Encoding
    Shane Hathaway 
    shane at hathawaymix.org
       
    Mon Mar 28 18:11:43 EDT 2011
    
    
  
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
    
    
More information about the ZODB-Dev
mailing list