]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Consistently print calendar dates in the locale of the user
authorse <se@FreeBSD.org>
Tue, 3 Nov 2020 12:15:08 +0000 (12:15 +0000)
committerse <se@FreeBSD.org>
Tue, 3 Nov 2020 12:15:08 +0000 (12:15 +0000)
commit9c227e5ba0f7e106bc14861b8e7db5ec30dee26c
tree6fa1cd5094b1fc76bdeca9299c915f955d5e3daa
parent0a3539f880dec78bdfe2a3a2920f0e755cdbe10d
Consistently print calendar dates in the locale of the user

Calendar files that specify LANG=... to specify their character encoding did
also set the date format defined for that locale, resulting in output like:

Nov  4  Gabriel Faure dies from pneumonia in Paris, France, 1924
 4 nov.  N'oubliez pas les Charles !

After this commit the output is always printed in a consistent format
according to the user's current locale, e.g.:

Nov  4  Gabriel Faure dies from pneumonia in Paris, France, 1924
Nov  4  N'oubliez pas les Charles !

I'll open a review asking for opinions whether this format change should
be merged to -STABLE.

Relnotes: yes
usr.bin/calendar/io.c