I have a minor issue with UTF-8 and my 11.0p8 amd64 bare metal dedicated when accessing it with Putty
Server is system wide UTF-8 configured using the following in login.conf
locale shows everything OK
Also set the env var NCURSES_NO_UTF8_ACS=1 to allow Make ports (dialog4ports) displaying dialog borders as line chars instead letters.
Somehow after 11.0 patchlevel p6 or p5 the above NCURSES_NO_UTF8_AC workaround stopped working and dialog4ports generated borders are displayed as lqkxmqj. Everything else works fine, including utf8 file editing, builtin dialog frames (not dialog4ports) and the rest...
A minor issue admittedly, but still annoying!
I wonder if something changed between p4 and p6 or missed something obvious
BTW, same happened with my local intranet server, also running 11.0 and latest patches
Any idea?
Server is system wide UTF-8 configured using the following in login.conf
Code:
charset=UTF-8:\
:lang=en_US.UTF-8:
Code:
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_ALL=
Somehow after 11.0 patchlevel p6 or p5 the above NCURSES_NO_UTF8_AC workaround stopped working and dialog4ports generated borders are displayed as lqkxmqj. Everything else works fine, including utf8 file editing, builtin dialog frames (not dialog4ports) and the rest...
A minor issue admittedly, but still annoying!
I wonder if something changed between p4 and p6 or missed something obvious
BTW, same happened with my local intranet server, also running 11.0 and latest patches
Any idea?