13 Oct
2005
13 Oct
'05
10:24 a.m.
--On 13. Oktober 2005 13:20:07 +0300 "Thomas G. Apostolou" <thomas.info@hol.gr> wrote:
Hello all, i am using Zope 2.7.0 and i get some results from SQL Server 2000 with a python module's fanction witch i call from with in a DTML Method.
2.7.0 is old. Upgrade!
The data is comming encoded in ISO-8859-7 (probably due to database setup). I changed the setting of the default encoding from ZMI to ISO-8859-7 for the entiry site because of the data (temporarly) but now the same tings has to be transfered and be part of another site using UTF-8.
What is your question? How to migrate strings from iso-8859-7 to utf? -aj