GNOME Bugzilla – Bug 760435
[PATCH] valadoc --help shows translated characters as question marks on some locales
Last modified: 2016-10-18 13:43:00 UTC
Please see the attached patch. valadoc should call setlocale in main function in order to correctly show translated messages. Running 'valadoc --help | head' with zh_TW.UTF-8 locale shows: ??? valadoc [???] FILE... - Vala Documentation Tool ????? -h, --help ??????? ??????? -o, --directory=DIRECTORY Output directory -b, --basedir=DIRECTORY Base source directory -D, --define=SYMBOL... Define SYMBOL
Created attachment 318703 [details] [review] valadoc: Call setlocale in main function It is required to correctly show translated messages on some locales.
I know this is a trivial patch, but it is really required. An output with characters replaced by question marks is not readable. Does someone have time to review the patch?
I think I need to ping again ... It has stayed here for more than 6 months.
I think I really need to ping again ... It has stayed here for more than 7 months.
Attachment 318703 [details] pushed as e95f549 - valadoc: Call setlocale in main function