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
I did more testing, and seems to be related to the way GSON handles data in java side.
For example, testing input by sending ạ is correctly encoded in javascript by JSON.stringify, then is send as binary data via connection.send.
However the terminal output displays a "?"
And writing in the terminal: printf "\u1EA1\n" and executing, deliveres to javascript an e.data already broken (notice the ��� instead of ạ ):
Hi, I am using version 3.14.0 and I am unable to view correctly characters like lines in a graph:
This is a view from a normal ssh terminal:
Output of locale:
and
$LANG
isC.UTF-8
Also when using tmux, the bottom status bar has problems rendering, for example it "piles up" showing multiple times like here:
The text was updated successfully, but these errors were encountered: