From b222d3c8e2b07b50bcb15f2f54af1d2ccfb1279d Mon Sep 17 00:00:00 2001 From: David Macek Date: Sat, 9 Nov 2019 16:01:25 +0100 Subject: [PATCH] Fix capitalization --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index f6f525c..15c69de 100644 --- a/FAQ.md +++ b/FAQ.md @@ -68,7 +68,7 @@ These often 'fix' (or attempt fixes) recent issues before a new formal release. *Git for Windows* defaults to using [mintty](https://code.google.com/p/mintty/) terminal. Compared to default Windows console host, it provides normal multi-line cut&paste, working resizing, defaults to unicode font and avoids some bugs in the default console host. However it does not present itself as console to native applications (those *not* built with MSys or Cygwin), so in these applications: - * Non-ascii output may be corrupted due to mismatch in character sets (MSys and Cygwin use utf-8 while Windows will fall back to the legacy dos codepages in this case). + * Non-ASCII output may be corrupted due to mismatch in character sets (MSYS2 and Cygwin use UTF-8 while Windows will fall back to the legacy DOS codepages in this case). * Interactive and full-screen applications won't work at all. There are several methods for working around these problems: