23 Mar
2008
23 Mar
'08
9:45 a.m.
Hugo Ramos wrote at 2008-3-21 20:36 +0000:
... I retrive the data using a Z MySQL Database Connection and the corresponding Z SQL Method. Everything works fine but the only way to get the utf-8 data is using "SET NAMES 'utf-8'" before the select statement.
This indicates that your MySQL client library did not understand that it should use "utf-8" by default. Verify, that your configuration to this end is in effect for the Zope process. -- Dieter