GNOME Bugzilla – Bug 753486
validate:tools: set locale to all and change argument related to path as FILENAME
Last modified: 2015-10-02 15:36:36 UTC
In line with the changes made in https://bugzilla.gnome.org/show_bug.cgi?id=752945, for all arguments containing paths, the option should be G_OPTION_ARG_FILENAME instead of G_OPTION_ARG_STRING and setting locale to all.
Created attachment 309038 [details] [review] set locale to all and change argument to filename
commit 5c0c42ed6d8c26c19e90fb3a0f8e347141f79db3 Author: Vineeth TM <vineeth.tm@samsung.com> Date: Tue Aug 11 10:05:41 2015 +0900 validate:tools: set locale to all and change argument to FILENAME When file name consists of characters from other languages, say korean, then it throws an error Error initializing: Invalid byte sequence in conversion input Hence setting locale to all to fix this. And changing the media-info argument to type G_OPTION_ARG_FILENAME https://bugzilla.gnome.org/show_bug.cgi?id=753486