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

debian 9 doesn't display correct icon but \u2705 caracter #8

Closed
almoondsllc opened this issue Feb 26, 2019 · 2 comments
Closed

debian 9 doesn't display correct icon but \u2705 caracter #8

almoondsllc opened this issue Feb 26, 2019 · 2 comments

Comments

@almoondsllc
Copy link

I think some fonts is missing but which one in debian?
when I send
echo 'text to be displayed' | telegram-notify --success --text -
I got this
\u2705 text to be displayed
on Telegram

@atxulo
Copy link

atxulo commented Mar 19, 2019

Here's how i've made it work:

Run the command: locale. It'll show something like this:

LANG=C
LC_CTYPE="C"
...

Then, change the locale to UTF-8 and reboot (choose your language):

sudo update-locale LANG=en_US.UTF-8 LANGUAGE=en.UTF-8
sudo reboot

And now it should work. You can run locale again to see the changes

@NicolasBernaerts
Copy link
Owner

Thanks for the tip.
I'll add it in the article.
Cheers

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

3 participants