> -Appendix K Concept Index
> -************************
> +Anhang K Concept Index
>
> I am very surprised. Nothing about that locale stuff was knowingly
> changed between 4.12 and 4.13. It was actually 4.11 that saw all
> those changes. I must have missed something.
>
> BTW, groff.texinfo contains [EMAIL PROTECTED] en'.
>
> Yeah. But please tell me how I should set my locale envvars so I can
> try to reproduce.
I use
LANG=de_DE makeinfo --enable-encoding groff.texinfo
Actually, makeinfo 4.12 on my system is the GNU/Linux binary that
comes with TeXLive; version 4.13 is compiled by myself, using the
standard incantation
./configure --prefix=...
make
make install
Werner