On 18/01/2019 12.31, Andrei Borzenkov wrote:
On Fri, Jan 18, 2019 at 1:28 PM Carlos E. R. <> wrote:
I suggest one way (Leap 15.0 here) to reproduce. I use this script to get iso encoding terminal:
Telcontar:~ # cat /usr/local/bin/isoxterm #!/bin/sh LANG=en_US.ISO-8859-1 LC_ALL=en_US.ISO-8859-1 /usr/bin/xterm -bd blue & Telcontar:~ #
...
Telcontar:~ # yast sw_single
I can't paste the result, because there is translation, but I see that the arrows are incorrect.
I see single incorrect down arrow symbol. If you look at terminfo for xterm, definition for down arrow (actually all four arrows) is missing. It works correctly on Linux console. So this particular case does not appear to be YaST issue at all.
You mean alt-F1? I don't know how to switch that to non-utf. -- Cheers / Saludos, Carlos E. R. (from 15.0 x86_64 at Telcontar)