bug-texinfo
[Top][All Lists]
Advanced

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

Re: index sorting in texi2any in C issue with spaces


From: Patrice Dumas
Subject: Re: index sorting in texi2any in C issue with spaces
Date: Mon, 5 Feb 2024 00:14:38 +0100

On Sun, Feb 04, 2024 at 03:42:22PM +0000, Gavin Smith wrote:
> 
> COLLATION_LANGUAGE would be an argument to use
> for Unicode::Collate::Locale to get language-specific tailoring, which
> in language-independent terms means to use the UCA with tailoring, with
> variable collation elements treated as "non-ignorable".

This is implemented in
https://git.savannah.gnu.org/cgit/texinfo.git/commit/?id=4a8cbae86777647a4dbf236c7a781a08c85c8a8a

The language in texinfo.texi could need a revision.

Since Unicode::Collate::Locale is not always installed there is no test
for now.  A test could be added in the future when it is more certain
that Unicode::Collate::Locale is in perl core for all the possible perl
version, it entered perl core for perl major version 5.14 released in 2011.
(right now we support 5.8 and above, and I think that we actually test
on 5.10).

-- 
Pat



reply via email to

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