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

Encoding bug #3

@Odiriuss

Description

@Odiriuss

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

Metadata

Metadata

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions