PowerShell / SHiPS

Simple Hierarchy in PowerShell - developing PowerShell provider got so much easier
MIT License
185 stars 31 forks source link

File encoding is wildly divergent #103

Closed glennsarti closed 5 years ago

glennsarti commented 6 years ago

The source files in the repository use a combination of UTF8, UTF8 BOM, UTF16LE file encodings. In my opinion they should all be the same, unless there are technical reasons to the contrary. Would it possible to make them all UTF8 (no BOM)?

michaeltlombardi commented 6 years ago

This would help resolve some of the display issues on github and prevent cross-platform sadness, I think.