Hi, Samuel Thibault, le Fri 07 Apr 2006 11:28:31 +0200, a écrit : > cal currently has -s and -m options for choosing the first day of the > week. This shouldn't be necessary, thanks to locales > (langinfo(_NL_TIME_FIRST_WEEKDAY)).
Actually, more generally cal should use _NL_TIME_WEEK_NDAYS, _NL_TIME_WEEK_1STDAY, _NL_TIME_WEEK_1STWEEK, _NL_TIME_FIRST_WEEKDAY, and ABDAY_1, ABDAY_2, etc. for properly printing a fully localized calendar. Regards, Samuel

