From f228fb49e5818f5160bcf0b1ea718fefa1acfb79 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Tue, 20 Apr 2021 10:45:56 +0200 Subject: [PATCH] Update FAQ.md --- Misc/FAQ.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/FAQ.md b/Misc/FAQ.md index b27decc5..5463ad06 100644 --- a/Misc/FAQ.md +++ b/Misc/FAQ.md @@ -31,6 +31,9 @@ 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 +How to fix gibberish characters when executing the Scripts? +----------------------------------------------------------- +The PowerShell scripts support and use Unicode characters! Use a modern console supporting UTF-8 such as Windows Terminal. How to set PowerShell as Default Shell? ---------------------------------------