The issue happens also starting geany from the command line where, as I've just written, the locale command produces:

LANG=it_IT.UTF-8
LANGUAGE=it_IT
LC_CTYPE="it_IT.UTF-8"
LC_NUMERIC="it_IT.UTF-8"
LC_TIME="it_IT.UTF-8"
LC_COLLATE="it_IT.UTF-8"
LC_MONETARY="it_IT.UTF-8"
LC_MESSAGES="it_IT.UTF-8"
LC_PAPER="it_IT.UTF-8"
LC_NAME="it_IT.UTF-8"
LC_ADDRESS="it_IT.UTF-8"
LC_TELEPHONE="it_IT.UTF-8"
LC_MEASUREMENT="it_IT.UTF-8"
LC_IDENTIFICATION="it_IT.UTF-8"
LC_ALL=

Well, I tried setting the only LC unset variable, that is LC_ALL, executing the command:

LC_ALL="it_IT.UTF-8" geany

and that solves the problem.

I tried also setting LC_RESPONSE, that is missing in the locale output, but that doesn't have effect.
The weird thing is, anyway, that gdb itself doesn't produce the issue; only when gdb is started fron the debugger plugin.

Can it be a good idea to mention this fact in the debugger plugin web page?
Massimo

--
My native language is not English, please excuse me any incorrectness, I apologize for any inconvenience caused, thank you


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.