SublimeText / PowerShell

Support for the MS PowerShell programming language.
MIT License
312 stars 80 forks source link

Changing default encoding to UTF-8 with BOM #171

Closed antoningfors closed 2 months ago

antoningfors commented 1 year ago

Changing default encoding to UTF-8 with BOM to enable support for special characters such as åäö in Windows Powershell.

This is necessary unless UTF-8 is enabled in Windows which is off by default.

deathaxe commented 2 months ago

Interpreters and editors should be able to cope with utf-8 even without BOM these days or they can be judged broken.