You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yet, none of the lanterna apis seem to support it. I've tried the putCharacter/putString on Terminal and for TerminalScreen
TextCharacter.fromCharacter('·')[0]
It renders as a ?. When I force lenterna to open a gui window, it actually renders the dot properly. My guess is that there's a check to see if the output terminal supports unicode, and there's a bug that it returns "unsupported" for my terminal emulator, terminator.
Thanks for your help :)
The text was updated successfully, but these errors were encountered:
I think that is not about the TERM variable, but instead about either LANG,
LC_ALL or LC_CTYPE variables.
If you tell us the values of those variables inside "terminator", we might
be able to aid you how to change it, but maybe, if you see the values, you
might already know what to fix about them ;-)
I'm trying to use a middle dot character (U+00B7) in my TerminalScreen. My terminal supports the character,
echo ·
works.This also works:
Yet, none of the lanterna apis seem to support it. I've tried the putCharacter/putString on
Terminal
and forTerminalScreen
It renders as a
?
. When I force lenterna to open a gui window, it actually renders the dot properly. My guess is that there's a check to see if the output terminal supports unicode, and there's a bug that it returns "unsupported" for my terminal emulator,terminator
.Thanks for your help :)
The text was updated successfully, but these errors were encountered: