You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix encoding of process output under windows (sds#766)
* Fix encoding of process output under windows
Output of commands under windows is not UTF-8 by default, this
can lead to "invalid byte sequence in UTF-8" error on sylink check
* Fix coding style
* Fix invalid converter setting (UTF-8 to UTF-8)
0 commit comments