Am Mittwoch, den 05.07.2006, 22:55 +0200 schrieb Ola Lundqvist: > On Sun, Jun 18, 2006 at 12:55:44PM +0000, Julian Mehnle wrote: > > Package: debarchiver > > Version: 0.6.1 > > Severity: minor > > > > `man 1 debarchiver` prints the following warning message: > > > > troff: warning: can't find numbered character 246 > Ok, known problem. I do not know where it is generated though. This is a > language > specific character (in swedish รถ) but it is not included in the file > where the manpage is generated from... > > Anyone have a clue where it is from?
I guess from man/Makefile. There you have: 'export DDATE=`date`' and the date command seems to produce the date in Swedish language. In the debarchiver(.fr).1 target you import this variable. Maybe it would help to change to: 'export DDATE=`LANG=C date`' or use e.g. the -I option of date or a custom format. Regards, Daniel

