GNOME Bugzilla – Bug 741411
scangobj-merge.py: Read files as UTF-8
Last modified: 2015-01-12 15:25:36 UTC
At least one of the files in gst-plugins-bad has the work "Bézier" with an accent, the current python code reads it as ascii and rejects it. So, the attached patch just reads it as UTF-8 instead.
Created attachment 292572 [details] [review] scangobj-merge.py: Read files as UTF-8
Sorry, I missed the patch. I committed something similar, with one extra place to use codecs and added handling for the exception.