On Wed, Mar 08, 2023 at 10:17:42PM +0200, Eli Zaretskii wrote: > > From: Gavin Smith <gavinsmith0...@gmail.com> > > Date: Wed, 8 Mar 2023 20:06:19 +0000 > > Cc: Patrice Dumas <pertu...@free.fr>, bug-texinfo@gnu.org > > > > > > * what capitalization means could differ for locales > > > > > > Not for ASCII characters, right? > > > > A classic example is that the upper case of i may be İ in Turkish although > > Does texi2any at all work in the Turkish locale?
I can't see why not. There may be some need to modify texi2any more generally (for example for upper casing, for locale dependent index keys sorting, maybe for line breaking in Info output). There may be some trouble with presentation of index split by letter too. > The letter-case > issues in that locale can easily break many applications that don't > expect case-fiddling of ASCII characters to produce non-ASCII > characters. I do not think that it matters in texi2any (and for perl character strings more generally). -- Pat