GNOME Bugzilla – Bug 760418
[PATCH] evince-thumbnailer --help shows translated characters as question marks on some locales
Last modified: 2016-01-31 09:38:06 UTC
Please see the attached patch. evince-thumbnailer should call setlocale in main function in order to correctly show translated messages. Running 'evince-thumbnailer --help' with zh_TW.UTF-8 locale shows: ??? evince-thumbnailer [???] <input> <ouput> - GNOME Document Thumbnailer ????? -h, --help ??????? ??????? -s, --size=SIZE -l, --no-limit Don't limit the thumbnailing time to 15 seconds
Created attachment 318686 [details] [review] thumbnailer: Call setlocale in main function It is required to correctly show translated messages on some locales.
Comment on attachment 318686 [details] [review] thumbnailer: Call setlocale in main function Pushed, thanks!