Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emoji don't display in terminal in mosh #771

Closed
sedm0784 opened this issue Jun 28, 2016 · 2 comments
Closed

Emoji don't display in terminal in mosh #771

sedm0784 opened this issue Jun 28, 2016 · 2 comments

Comments

@sedm0784
Copy link

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:

  1. Copy the following file onto the server: mosh-emoji-test.txt
  2. Connect via ssh server
  3. Run cat mosh-emoji-test.txt and verify that the emoji displays correctly.
  4. Disconnect and reconnect with mosh server.
  5. Run cat mosh-emoji-test.txt again.

Expected behaviour: The terminal should display: "Moon: 🌗"
Observed behaviour: The terminal displays: "Moon:"

@andersk
Copy link
Member

andersk commented Jun 29, 2016

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.

@andersk andersk closed this as completed Jun 29, 2016
@sedm0784
Copy link
Author

Thanks for the info.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants