GNOME Bugzilla – Bug 682791
Fix display of non-ASCII strings in test-ui
Last modified: 2012-09-03 10:03:25 UTC
Created attachment 222525 [details] [review] Fix issue g_strdup_value_contents uses g_strescape on non-ASCII chars so it ends up with \x-escaped chars in test ui. The patch uses g_value_dup_string instead if the GValue holds a string.
commit c80c75e682edc76e73e4fca5d772711226bc9d53 Author: Jens Georg <jensg@openismus.com> Date: Tue Jul 17 15:35:23 2012 +0200 test-ui: Fix garbled UTF-8 output g_strdup_value_contents uses g_strescape on anything that's not ASCII which garbles anything fancy in the UI. This fixes https://bugzilla.gnome.org/show_bug.cgi?id=682791 tools/grilo-test-ui/main.c | 2 ++ 1 file changed, 2 insertions(+)