Skip navigation.
 
mlRe: Indexing text, pdf, .doc
FROM : Marco Scheurer
DATE : Sat Nov 02 02:06:35 2002

On Saturday, November 2, 2002, at 01:17 AM, Michael Johnston wrote:

> Not sure about an embeddable library, but here are a couple good
> standalone indexing/search engines:
>
> http://htdig.org/ is open source, and is perl


ht//dig is quite nice, but it's C++, and there are some issues to make
it work on Mac OS X with accented text, because of incompatibilities
between the "locale" functions of various Unix:

On 10.2, a small change in the source code is needed to make it work
(changing a LC_ALL to LC_CTYPE) in Configuration::AddParsed(). This
change may have been included in the official distribution, I'm not
sure.

On 10.1, setlocale() seems to be broken beyond repair, and an ugly hack
to remove accents before indexing was needed.

Marco Scheurer
Sen:te, Lausanne, Switzerland    http://www.sente.ch
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlIndexing text, pdf, .doc Steve Ivy Nov 1, 18:12
mlRe: Indexing text, pdf, .doc Michael Johnston Nov 2, 01:17
mlRe: Indexing text, pdf, .doc Joseph Heck Nov 2, 01:30
mlRe: Indexing text, pdf, .doc Marco Scheurer Nov 2, 02:06
mlRe: Indexing text, pdf, .doc Scott Anguish Nov 2, 04:24
mlRe: Indexing text, pdf, .doc Scott Anguish Nov 2, 04:25