GNOME Bugzilla – Bug 786364
Not all C source files are UTF-8
Last modified: 2017-08-16 12:12:07 UTC
Some source files contain non-UTF-8 comments. gtk-doc 1.26, if build with Python 3, chokes on such files.
Created attachment 357716 [details] [review] [PATCH] goom2k1: Convert source files to UTF-8 This one is for gst-plugins-good.
Created attachment 357717 [details] [review] [PATCH] sys: Convert source files to UTF-8 This one is for gst-plugins-bad.
commit 1de2df03be7a1d87ca79f90269ddc5264c6e4293 Author: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> Date: Wed Aug 16 13:57:50 2017 +0200 goom2k1: Convert source files to UTF-8 Causes problems with the new gtk-doc 1.26 otherwise, but is a good idea in any case. https://bugzilla.gnome.org/show_bug.cgi?id=786364 commit f338621446a6360611166561172abe10ef46e568 Author: Jan Alexander Steffens (heftig) <jsteffens@make.tv> Date: Wed Aug 16 13:59:01 2017 +0200 sys: Convert source files to UTF-8 Otherwise we have problems with the new gtk-doc ported to python. But it's a good thing to do anyway. https://bugzilla.gnome.org/show_bug.cgi?id=786364