[sword-devel] StripText() result not converted to UTF-8?

2007-02-14 Thread Joachim Ansorg
Hi, I'm just debugging a bug in BibleTime. Our SWMgr is created to output utf8. The module JFB contains the entitiy Æ . When I call StripText() the entitity is converted to the corresponding character in the cp1252 charset, i.e. char with the value 0xC9. I thought that the latin2utf8 filter woul

Re: [sword-devel] python search with lucene indexes ?

2007-02-14 Thread Pierre Amadio
Hi there. On Tue, Feb 13, 2007 at 11:07:58AM -0700, Troy A. Griffitts wrote: > Pierre, > Almost, >= 0 is a regex search (this was for backward compatabiility, > as we used to pass regex flags here before we added a 'flags' parameter) > clucene searching is '-4'. > > Hope this help