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:[EMAIL PROTECTED]
  mailto:[EMAIL PROTECTED]                    mailto:[EMAIL PROTECTED]
                Linux - the ultimate NT Service Pack.  

_______________________________________________
Bug-textutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-textutils

Reply via email to