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

Question marks are displayed in the world map #111

Open
bharathvaj-ganesan opened this issue Jun 4, 2017 · 7 comments
Open

Question marks are displayed in the world map #111

bharathvaj-ganesan opened this issue Jun 4, 2017 · 7 comments

Comments

@bharathvaj-ganesan
Copy link

screenshot from 2017-06-04 11 45 12

@yaronn
Copy link
Owner

yaronn commented Jun 6, 2017

if you are using windows try to install the font like this:
http://webservices20.blogspot.com/2015/04/running-terminal-dashboards-on-windows.html

otherwise try to use a different terminal.

@bharathvaj-ganesan
Copy link
Author

I am using linux ububtu. The terminal in the screenshot is builtin one (VS code).

@mcoirad-gmmb
Copy link

I had a similar issue, sounds like you have to change the font being used from the console. If its consolas, it doesn't have support for some of the special characters being used. I am using the Linux subsystem for windows and I found this guide helpful: aksakalli/gtop#21

@jkga
Copy link
Contributor

jkga commented Jul 28, 2020

for those who are using iterm and experiencing the same issue, you can go to preferences > profiles > terminal and look for Terminal Emulation section. You can change the character encoding and terminal type there. In my case, I'm using xterm-256color.

@Worie
Copy link

Worie commented Jun 23, 2021

I struggle to get it to work within the docker conatiner... not sure what fonts are required and how to make sure that the right font is picked up. I've checked multiple threads here that reference this issue, unfortunately none of them seem to be working. Also this: #198 is still open, if anyone has had any luck - you mind sharing? thanks!

@Worie
Copy link

Worie commented Jun 24, 2021

I have resolved my issue with this: https://stackoverflow.com/a/41648500/3432106

ENV LANG C.UTF-8
ENV LC_ALL C.UTF-8

You might need to see what locales are available on your system - those should always be there on Debian likes

@lirantal
Copy link
Collaborator

That's great to know @Worie, thanks for sharing.
Would you like to submit a PR update for the README? adding a small new section that suggests this for Docker-enabled applications of blessed contrib?

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

6 participants