Re: [Zope-dev] ZCatalog with UTF-8 Chinese

2000-09-28 Thread Zope mailing lists
On Thu, 28 Sep 2000, Sin Hang Kin wrote: > After reading some code of query, I think the regular expression operations > which in parse, quotes and parse2 were not safe for utf8 string. So, I That wouldn't surprise me. > decide to emulate what they do. However, I do not understand what getlexico

[Zope-dev] ZCatalog with UTF-8 Chinese

2000-09-27 Thread Sin Hang Kin
Dear Developer: Trying to short-cut UNTEXTINDEX to handle UTF-8 Chinese, I need some help. After reading some code of query, I think the regular expression operations which in parse, quotes and parse2 were not safe for utf8 string. So, I decide to emulate what they do. However, I do not understa