Crow
Crow copied to clipboard
Fix merge_all.py
On Windows merge_all.py results in an encoding error. Adding encoding='UTF-8' in open() file function resolves this issue.