diff options
author | Руслан Ижбулатов <lrn1986@gmail.com> | 2016-04-15 17:37:49 +0000 |
---|---|---|
committer | Руслан Ижбулатов <lrn1986@gmail.com> | 2016-04-15 17:45:27 +0000 |
commit | 3ed9cb2488baf3733d6232c382a58ae96d6b26d5 (patch) | |
tree | c1bc592dd10d0d10e8f9bd9004e682b7190071f8 /gdk/gdkkeys.c | |
parent | 159c65dcb8d3084dfbc003bb331840e5042c3985 (diff) | |
download | gtk+-3ed9cb2488baf3733d6232c382a58ae96d6b26d5.tar.gz |
gtk-builder-tool: use g_printf() instead of g_print()
1) g_print() can be redirected
2) g_print() does some extra processing, such as character set conversion.
Specifically, on W32 it will detect system codepage via GetACP(),
and will convert UTF-8 output into that codepage, even though
the output should stay unchanged (whether gtk-builder-tool interprets
strings from ui files as UTF-8 is a separate matter).
https://bugzilla.gnome.org/show_bug.cgi?id=765118
Diffstat (limited to 'gdk/gdkkeys.c')
0 files changed, 0 insertions, 0 deletions