Change encoding to UTF-8-BOM

This commit is contained in:
Markus Fleschutz 2021-04-21 09:20:34 +02:00
parent e98cae2a85
commit e99cf0d32b
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/pwsh
#!/usr/bin/pwsh
<#
.SYNTAX play-m3u.ps1 [<playlist-file>]
.DESCRIPTION plays the given playlist (in .M3U file format)

View File

@ -1,4 +1,4 @@
#!/usr/bin/pwsh
#!/usr/bin/pwsh
<#
.SYNTAX play-mp3.ps1 [<MP3-file>]
.DESCRIPTION plays the given sound file (MP3 file format)