From baa0a123b6f104b8a92486a786a6c1fffcfffcf3 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Wed, 30 Jun 2021 19:43:40 +0200 Subject: [PATCH] Update FAQ.md --- Misc/FAQ.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Misc/FAQ.md b/Misc/FAQ.md index 4d6da2e8..1503d94a 100644 --- a/Misc/FAQ.md +++ b/Misc/FAQ.md @@ -31,9 +31,10 @@ How to get the PowerShell Scripts? * Git users execute: `$ git clone https://github.com/fleschutz/PowerShell` * otherwise download it from: https://github.com/fleschutz/PowerShell/archive/master.zip -Some Scripts show gibberish characters. How to fix that? --------------------------------------------------------- -The PowerShell scripts support Unicode input & output! Use a modern console supporting UTF-8 such as Windows Terminal. + +Why do some Scripts show gibberish characters? +---------------------------------------------- +Those PowerShell scripts are using Unicode input & output! Use a modern console supporting UTF-8 such as Windows Terminal, please. How to set PowerShell as Default Shell on Linux?