From 9b4627b4e4cefa22ee2c53fa0b8538504f81f9e3 Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Thu, 28 Nov 2019 23:44:58 -0500 Subject: [PATCH] Add explanation and workaround for issue with cmd.exe console and unicode characters. --- faq.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/faq.md b/faq.md index 03a4f62..69b83e7 100644 --- a/faq.md +++ b/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