mod_wsgi sets character encoding which is then used when we call simple open(filename). It can lead to weird errors when reading utf-8 files. We've to go through the codebase and add explicit encodings everywhere whre file is opened in text mode
open(filename)
Related #2480
Metadata Update from @tkopecek: - Custom field Size adjusted to None
PR #2647
Metadata Update from @jcupova: - Issue tagged with: testing-ready
Metadata Update from @jcupova: - Issue tagged with: testing-done
Commit 3fbe42cb fixes this issue
Commit 96ae0ece fixes this issue
Commit c7aac355 fixes this issue
Commit 274000d2 relates to this ticket
Commit 3e8f8000 fixes this issue
Commit 8b9aa559 fixes this issue
Commit ce0c1b8b fixes this issue
Commit c6e69b4f relates to this ticket
Commit 53daa678 fixes this issue
Commit 3c4ae6e7 fixes this issue
This issue has been migrated to Fedora Forge: https://forge.fedoraproject.org/koji/koji/issues/2641
Please continue any further discussion there.