[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-tar] tar-1.13.90: i18n broken
From: |
Bruno Haible |
Subject: |
[Bug-tar] tar-1.13.90: i18n broken |
Date: |
Sun, 30 Nov 2003 16:43:48 +0100 |
User-agent: |
KMail/1.5 |
Hi,
In a German locale, "tar --help" prints its output in English. It doesn't
even attempt to open the German message catalog. The reason is that the
'tar' program never attempts to call
setlocale (LC_ALL, "");
Although this line of code is present in tar.c at the right place, it has
no effect: system.h defines setlocale to empty, because configure.ac is
missing an AC_CHECK_FUNCS(setlocale) call.
Bruno
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug-tar] tar-1.13.90: i18n broken,
Bruno Haible <=