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
This usually means that your libc doesn’t recognize the character in question. U+1F317 LAST QUARTER MOON SYMBOL was added in Unicode 6.0.0, which is supported by glibc ≥ 2.22, and indeed it works fine with Mosh on my system with glibc 2.23.
We’re still considering what to do about this problem in general; maybe it makes sense not to rely on libc so much. See #234 for that discussion.
I'm guessing this is some kind of user configuration error, but mosh seems to be stripping emoji from my terminal output.
Steps to reproduce:
ssh server
cat mosh-emoji-test.txt
and verify that the emoji displays correctly.mosh server
.cat mosh-emoji-test.txt
again.Expected behaviour: The terminal should display: "Moon: 🌗"
Observed behaviour: The terminal displays: "Moon:"
The text was updated successfully, but these errors were encountered: