[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
locale in textutils
From: |
Jan Fedak |
Subject: |
locale in textutils |
Date: |
Mon, 16 Oct 2000 00:42:41 +0200 |
User-agent: |
Mutt/1.2.4i |
Hi!
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.
Yours, Jan
--
Jan Fedak talk:address@hidden
mailto:address@hidden mailto:address@hidden
Linux - the ultimate NT Service Pack.
- locale in textutils,
Jan Fedak <=