Wrong character input in bepo layout under WSL2
Open
:input layout
is:bug
needs-triage
- Dominant language
- Emacs Lisp
- Stars
- 22.7k
- Forks
- 3.1k
- Avg merge
- 10h 46m
- Merged PRs (30d)
- 4
Description
### What did you expect to happen?
Using the bepo layout, typing "gé" in insert mode should result in "gé".
### What actually happened?
Typing "gé" results in "gÃ\251".
### Describe your attempts to resolve the issue
The issue is solved by unsetting `evil-escape-key-sequence` :
```(setq evil-escape-key-sequence nil)```
### Steps to reproduce
1. Open Emacs under WSL2
2. Activate `(layout +bepo)` in `init.el`
3. Reload configuration
4. Type "gé" and see the issue
5. `(setq evil-escape-key-sequence nil)`
6. Type "gé"
### System Information
https://pastebin.com/misyZ3DQ
Contributor guide
Assessment
This issue has not been assessed yet.