Skip to content

Fix encoding. The world should be utf-8.

Salamandar requested to merge Salamandar/gimp:fix_encoding into master

The command used to detect bad files is :

find . -type f | xargs -I {} bash -c "iconv -f utf-8 -t utf-16 {} &>/dev/null || echo {}" 

Such a fix is important because some git-related tools crash on non-utf8 characters.

Edited by Salamandar

Merge request reports