PowerShell / SHiPS

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

(GH-103) Convert all text encoding to UTF8 without BOM #124

Closed glennsarti closed 5 years ago

glennsarti commented 5 years ago

Fixes #103

Previously the source files had wildly divergent text encodings, including UTF16 which git sees as a binary file. This commit converts all text files to UTF8 without BOM to standardise on a cross platform text file encoding format.

jianyunt commented 5 years ago

The building is failing because the key file .snk file is modified. Please revert the change to the .snk file. In addition, you may not change .png file either because it may not display properly after the change. @glennsarti thank you for your contributions the SHiPS!

glennsarti commented 5 years ago

Whoopsy. Was a bit overzealous there...fixed and rebased.

jianyunt commented 5 years ago

Thanks. test on Windows desktop is failing, it looks like something to do with the encoding.

glennsarti commented 5 years ago

There were some hidden whitespace characters and emdash causing issues. Also modified the UTF16 files so they now appear as text files not binary.

jianyunt commented 5 years ago

Thanks, glennsarti!