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.
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 mails | Author | Date |
|---|---|---|
| Steve Ivy | Nov 1, 18:12 | |
| Michael Johnston | Nov 2, 01:17 | |
| Joseph Heck | Nov 2, 01:30 | |
| Marco Scheurer | Nov 2, 02:06 | |
| Scott Anguish | Nov 2, 04:24 | |
| Scott Anguish | Nov 2, 04:25 |






Cocoa mail archive

