emacs-gitlab
emacs-gitlab copied to clipboard
Various language
My emacs with your extension is not able to display an any text. This is a issue on russian language:

Thanks!
Hit this as well. This is probably a major problem for users with private repositories in countries where English is not a primary language.
I have little experience with elisp and emacs internals, but it seems like passing the string to be displayed through something like (decode-coding-string s 'utf-8) would be enough.
Workaround: https://github.com/tkf/emacs-request/pull/85
Thanks!