Update FAQ.md

This commit is contained in:
Markus Fleschutz 2021-04-20 11:04:36 +02:00 committed by GitHub
parent c16b33c558
commit 6e6348ce7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,9 +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.
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.
How to set PowerShell as Default Shell on Linux?