If I would like to hack zope to store all string objects in unicode, where
is the best place to do it?

I would like to have the incoming string go through unicode(inputstr,
encoding) and all outgoing strings go through with
outputstring.encode(encoding)

However, after looking around the zope source, I can not find where is the
appropriate place to do it.

Rgs,

Kent Sin
---------------------------------
kentsin.weblogs.com
kentsin.imeme.net


_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )

Reply via email to