Skip to content
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.

Encoding bug #3

Open
Odiriuss opened this issue Jul 10, 2018 · 1 comment
Open

Encoding bug #3

Odiriuss opened this issue Jul 10, 2018 · 1 comment
Assignees
Labels

Comments

@Odiriuss
Copy link

Hi,

you have a bug in your tasks. When fetching file content with the Get-Content cmdlet you aren't specifying the Encoding flag, so powershell uses the default encoding which is System.Text.ASCIIEncoding, so any characters not in that set will not be displayed correctly.

Example is in your RunMySqlScript.ps1, line 33.

With kind regards,

Tomislav

@DariuszPorowski
Copy link
Owner

@Odiriuss thanks for update!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants