• J
    Change the file encoding of many files back to UTF-8. · cfdd6068
    jaredpar 提交于
    These were accidentally changed to UTF-16LE during a recent scripted change.  This went unnoticed because the encoding change didn't register in CodeFlow (indeed if you view a shelve of this change in CodeFlow it will report no changes).  UTF-16 does not work well with Git as it is often interpreted as a binary file.  Moving back to UTF-8 so our GitHub experience works well for customers.
    
    closes #66 (changeset 1403787)
    cfdd6068
IMethodSymbol.cs 9.2 KB