On 3/23/24 14:57, Pádraig Brady wrote:
On 23/03/2024 10:18, Bernhard Voelker wrote:
On my openSUSE:Tumbleweed system, the info pages seem to have changed
the quoting style for the strftime for the conversion specifiers from
the good old '%a' or `%a' styles to ‘%a’.
$ info libc date calendar format | grep '^[^a-z%]*%.[^a-z%]*$' | od -tx1z
| sed 1q
0000000 20 20 20 20 20 e2 80 98 25 61 e2 80 99 0a 20 20 > ...%a.... <
Interesting.
On Fedora 39 `info` only outputs the curly quotes in non C locales,
and this syntax check is run under the C locale.
Perhaps info is using $LANG instead of $LC_CTYPE on tumbleweed?
Hah, good pointer:
on that host I had a wrapper in place setting LC_ALL='en_US.UTF-8'.
I don't remember why ... but I removed it now.
Have a nice day,
Berny