There is similar issue as what was fixed in autopep8 with the initial LFS migration: `git ls-tree` running to gather all files contains files with non-ascii names, such as some non-latin utf-8 files in the tests. Decode the ls-tree using utf-8 for C code format as well. Pull Request: https://projects.blender.org/blender/blender/pulls/138488