Update FAQ.md

This commit is contained in:
Markus Fleschutz 2021-06-30 19:43:40 +02:00 committed by GitHub
parent e0acb18f6d
commit baa0a123b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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?