emacs-gitlab icon indicating copy to clipboard operation
emacs-gitlab copied to clipboard

Various language

Open MaksVal opened this issue 8 years ago • 2 comments

My emacs with your extension is not able to display an any text. This is a issue on russian language: image

Thanks!

MaksVal avatar Apr 07 '17 07:04 MaksVal

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.

nigredo-tori avatar May 31 '18 05:05 nigredo-tori

Workaround: https://github.com/tkf/emacs-request/pull/85

Thanks!

MaksVal avatar Apr 16 '19 08:04 MaksVal