> In that case, please try changing Configuration::AddParsed() to
> follow the setlocale(LC_ALL, ps->get(dict)) with a
> setlocale(LC_CTYPE, ps->get(dict)), and see if that fixes the problem.

        String *str = new String(setlocale(LC_ALL, ps->get(dict)));
        setlocale(LC_CTYPE, ps->get(dict));

(did I get this right?) does not get read of the warning.

> If not, try without the additional setlocale() call, but change the
> original LC_ALL to LC_CTYPE and see if that works.

        String *str = new String(setlocale(LC_CTYPE, ps->get(dict)));

does remove the warning, and it looks like accented characters are 
indexed too! What are the chances of breaking something else by using 
LC_CTYPE instead of LC_ALL?

> If you find something
> that works, please let us know.  I'm sure we haven't heard the last
> of this!

Thanks for your help.

Marco Scheurer
Sen:te, Lausanne, Switzerland    http://www.sente.ch



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a 
subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html

Reply via email to