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

UTF-8 support #2

Closed
icaroperseo opened this issue Mar 30, 2015 · 3 comments
Closed

UTF-8 support #2

icaroperseo opened this issue Mar 30, 2015 · 3 comments

Comments

@icaroperseo
Copy link

Hi!

I don't know whether GTKMan has support for UTF-8 strings but in my case some characters are not displayed correctly, that is, the accented characters are displayed incorrectly (example: "á", "é", "í", "ó" and "ú" as well as their representations in uppercase). My system is configured and using es_MX locale.

I enclose a screenshot where such errors are shown:

GTKMan

Here a screenshot of my locale configuration:

Locale

Thanks in advance!

@gapan
Copy link
Owner

gapan commented Mar 30, 2015

Can you post the output of the

locale

command? It seems to work fine here.

Also add

export GROFF_ENCODING=utf8

in your ~/.profile file (create it if it doesn't exist) and logout/login.

@icaroperseo
Copy link
Author

Well, locale output:

LANG=es_MX.utf8
LC_CTYPE="es_MX.utf8"
LC_NUMERIC="es_MX.utf8"
LC_TIME="es_MX.utf8"
LC_COLLATE=C
LC_MONETARY="es_MX.utf8"
LC_MESSAGES="es_MX.utf8"
LC_PAPER="es_MX.utf8"
LC_NAME="es_MX.utf8"
LC_ADDRESS="es_MX.utf8"
LC_TELEPHONE="es_MX.utf8"
LC_MEASUREMENT="es_MX.utf8"
LC_IDENTIFICATION="es_MX.utf8"
LC_ALL=

Adding export GROFF_ENCODING=utf8 to my profile file right now. I'll back...

@icaroperseo
Copy link
Author

It works like a charm!!!

You did it again @gapan, thanks a lot!!!

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