Hi,
I use some applications where the user interface is character-based. And the form characters don’t look good.
Example with several characters(?) in the form lines:
My env:
- Konsole Version 23.08.5
- Default character encoding: UTF-8
- TERM=xterm
- SO Kubuntu noble
Any suggestions or tips?
Grateful
Can you try using cp860 or cp850 as character encoding?
I didn’t find: cp860 or cp850
With the IBM850 encoding it looks great! But the prompt (PS1) doesn’t render some characters correctly.
Character encoding IBM850:
ninjalj
4
You have several options:
- Switch the encoding from the right mouse button context menu when launching the application.
- Launch the application from a different profile, with a different default encoding.
- Wrap the application with luit or another encoding converter, e.g:
luit -encoding CP850 application
I’m using the second option. Thanks for the tip about the “luit” command.