mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-19 18:47:29 -07:00
Add explanation and workaround for issue with cmd.exe console and unicode characters.
parent
d15ff8af1c
commit
9b4627b4e4
9
faq.md
9
faq.md
@ -235,7 +235,14 @@ call plug#begin()
|
||||
|
||||
Details at https://github.com/junegunn/vim-plug/issues/896
|
||||
|
||||
###
|
||||
### cmd.exe console and garbled unicode characters
|
||||
|
||||
Options:
|
||||
|
||||
- update your terminal settings to use a font that supports unicode characters.
|
||||
- Use powershell as your shell
|
||||
- DO NOT SET/UNSET `chcp` (see issues listed in https://github.com/junegunn/vim-plug/issues?utf8=%E2%9C%93&q=is%3Aissue+chcp+ for details)
|
||||
- Reference: https://dev.to/mattn/please-stop-hack-chcp-65001-27db
|
||||
|
||||
### Errors on fish shell
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user