bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LANG and @documentlanguage


From: Bruno Haible
Subject: Re: LANG and @documentlanguage
Date: Tue, 2 Dec 2003 22:54:22 +0100
User-agent: KMail/1.5

> makeinfo currently sorts the indices case-insensitively.  However, the
> locale-specific comparison routine `strcoll' has no case-insensitive
> equivalent.  We should solve this somehow.

Converting the string to wide-char, then towlower() each character, then
converting back to char*: this should be mostly sufficient as a preprocessing
pass.

Bruno






reply via email to

[Prev in Thread] Current Thread [Next in Thread]