[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: locale in textutils
From: |
Jim Meyering |
Subject: |
Re: locale in textutils |
Date: |
16 Oct 2000 08:23:52 +0200 |
User-agent: |
Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7 |
Jan Fedak <address@hidden> writes:
| I'm using Linux with glibc 2.1.3 (compiled by the guys at Slackware) and
| in my opinion this line in textutils-2.0/lib/hard-locale.c:59
| char const *p = setlocale (category, 0);
| should be replaced by this one:
| char const *p = setlocale (category, "");
|
| That's what man pages say and that's how it works for me.
Thanks!
I've just fixed that (also in fileutils and sh-utils)
for the next releases.