Skip to content

Powershell script breaks because of the encoding #1

Description

@hi94740

I ran install.bat and it failed silently.
Then I tried to run install.ps1 directly, it failed with weird errors.
After a bit of debugging and searching I found it is because the script is encoded in UTF-8 and my system does not have UTF-8 support enabled.
SublimeText/PowerShell#170
As described in the issue above, by default powershell does not work well with UTF-8 encoding.
Please consider change the script's encoding to UTF-8 with BOM or add a note in the readme to inform this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions