https://bugzilla.novell.com/show_bug.cgi?id=279934 nadvornik@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|nadvornik@novell.com |werner@novell.com ------- Comment #8 from nadvornik@novell.com 2007-06-04 10:23 MST ------- NO. For a ssh connection without any terminal line, no matter if it sends locale variables or not: SSH_TTY is empty, the test '-n "$SSH_TTY" && test_lc' in sh.ssh is false SSH_SENDS_LOCALE is empty the test '-z "$SSH_SENDS_LOCALE"' is true testutf8 is called Maybe the fix proposed in comment 5 is not enough and the situation of ssh connection without tty which does not send locale must be handled specially. Anyway, there is a bug for sure and can be fixed only in these scripts. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.