Add explanation and workaround for issue with cmd.exe console and unicode characters.

Jan Edmund Lazo 2019-11-28 23:44:58 -05:00
parent d15ff8af1c
commit 9b4627b4e4

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