Fix to handle '\v' (vertical tab) by g_strescape() and g_strcompress().
authorRavi Sankar Guntur <ravi.g@samsung.com>
Tue, 20 Dec 2011 09:19:53 +0000 (14:49 +0530)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 28 Dec 2011 02:49:19 +0000 (21:49 -0500)
commit8ca2647c7405d06231ca5e0cfa47621e5086a65a
tree75a844db05eb80049503bd5bcee4a46e752b6daa
parent030bf82340f1a82825ad71c4b85d664995eafde1
Fix to handle '\v' (vertical tab) by g_strescape() and g_strcompress().

fix enables g_strescape() and g_strcompress() to handle '\v' along with other
special characters - '\b', '\f', '\n', '\r', '\t', '\'.

https://bugzilla.gnome.org/show_bug.cgi?id=664830

Signed-off-by: Ravi Sankar Guntur <ravi.g@samsung.com>
glib/gstrfuncs.c
glib/tests/strfuncs.c