[Top][All Lists]
[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
- Re: LANG and @documentlanguage, (continued)
Re: LANG and @documentlanguage, Bruno Haible, 2003/12/02
Re: LANG and @documentlanguage, Karl Berry, 2003/12/02
Re: LANG and @documentlanguage, Karl Berry, 2003/12/02