akermu / emacs-libvterm

Emacs libvterm integration
GNU General Public License v3.0
1.71k stars 136 forks source link

the latest commit breaks vterm #408

Open seagle0128 opened 4 years ago

seagle0128 commented 4 years ago

This commit breaks vterm.

https://github.com/akermu/emacs-libvterm/commit/a43f9702007436bc243673164c405e37c77ed1f3

image

jixiuf commented 4 years ago

I revert that commit. And how to reproduce that .

Sbozzolo commented 4 years ago

I managed to reproduce the problem. The problem appears if you set (setq locale-coding-system 'utf-8), with (setq locale-coding-system 'utf-8-unix), it works.

Sbozzolo commented 4 years ago

In fact, this works only with utf-8-unix. If you switch to utf-16-unix, it stops working. The encoding is probably linked to issue #355