Package: bsdmainutils
Version: 6.0.17
Followup-For: Bug #355863

Hi, 

looking at the source (calendar/io.c), I guess that calendar respects
the LANG directive for parsing the calendar files -- see myfgetws() --
but then resets the locale for the output, again: 

,----[ io.c, line 204 ]
|         /* reset the locale before we start output */
|                 (void) setlocale(LC_ALL, "");
`----

Which is likely to fail if the locales do not match, e.g. when running
"calendar -a". 
I'm not sure how this could be better handled, though.

Cheers,
Nikolaus


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to