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.
I ran
install.batand it failed silently.Then I tried to run
install.ps1directly, 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.