https://bugs.kde.org/show_bug.cgi?id=465144
Bug ID: 465144 Summary: Add explicit encoding to python's fileopen Classification: Applications Product: kid3 Version: 3.9.x Platform: NetBSD pkgsrc OS: NetBSD Status: REPORTED Severity: major Priority: NOR Component: general Assignee: uflei...@users.sourceforge.net Reporter: t...@giga.or.at Target Milestone: --- Created attachment 155858 --> https://bugs.kde.org/attachment.cgi?id=155858&action=edit Patch fixing the problem. With the default C locale on NetBSD, the fixappdata.py script as run in the build reports an error: UnicodeDecodeError: 'ascii' codec can't decode byte 0xd9 in position 305: ordinal not in range(128) Please apply the attached patch to give fileinput.input() an explicit encoding argument - this fixes the issue. -- You are receiving this mail because: You are watching all bug changes.