mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 08:28:43 +02:00
Bug 521591 – g_markup_parse_context_parse() creates GError message that
2008-03-11 Murray Cumming <murrayc@murrayc.com> Bug 521591 – g_markup_parse_context_parse() creates GError message that is invalid UTF8. * glib/gmarkup.c (set_error): Make sure that the GError::message is valid UTF-8 even if it is complaining about invalid UTF-8 in the markup text, using _g_utf8_make_valid(). svn path=/trunk/; revision=6680
This commit is contained in:
committed by
Murray Cumming
parent
c5a10d2650
commit
0ae78c829d
@@ -1,3 +1,12 @@
|
||||
2008-03-11 Murray Cumming <murrayc@murrayc.com>
|
||||
|
||||
Bug 521591 – g_markup_parse_context_parse() creates GError message that
|
||||
is invalid UTF8.
|
||||
|
||||
* glib/gmarkup.c (set_error): Make sure that the GError::message is
|
||||
valid UTF-8 even if it is complaining about invalid UTF-8 in the
|
||||
markup text, using _g_utf8_make_valid().
|
||||
|
||||
2008-03-10 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* === Released 2.16.1 ===
|
||||
|
Reference in New Issue
Block a user