--On Montag, 9. Mai 2005 17:20 Uhr +0530 JV Singh <[EMAIL PROTECTED]> 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

Attachment: pgpNDw0EWkOus.pgp
Description: PGP signature

_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to