9 May
2005
9 May
'05
12:02 p.m.
--On Montag, 9. Mai 2005 17:20 Uhr +0530 JV Singh <jvsing@gmail.com> wrote:
Specifically, how do i make sure that the query that zope passes on to the underlying RDBMS is in utf-8 ??
by *converting* it to UTF-8 from within your ZSQL method? utf8string=unicode(somestring,sourceencoding).encode('utf8') -aj