GNOME Bugzilla – Bug 760420
[PATCH] gda-test-connection-5.0 --help shows translated characters as question marks on some locales
Last modified: 2016-02-06 14:36:08 UTC
Please see the attached patch. gda-test-connection-5.0 should call setlocale in main function in order to correctly show translated messages.
Created attachment 318688 [details] [review] Call setlocale in main function of gda-test-connection-5.0 It is required to correctly show translated messages on some locales.
Created attachment 319603 [details] [review] Call setlocale in main function of gda-test-connection-5.0 It is required to correctly show translated messages on some locales. Add #include <locale.h> for glibc
Patch committed, see https://git.gnome.org/browse/libgda/commit/?id=c9979dc72ace6b70e59f57919356700d6c25920e. I also remembered to use #defines and also created https://git.gnome.org/browse/libgda/commit/?id=885902536141e44ee9484682d89f53d2024ee668 Thanks!