[Bug 73072] Logger fails to load logs containing weird strings

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Jan 3 06:21:41 PST 2014


https://bugs.freedesktop.org/show_bug.cgi?id=73072

--- Comment #1 from Simon McVittie <simon.mcvittie at collabora.co.uk> ---
(In reply to comment #0)
> <message time='20131226T21:00:26' id='XXX' name='XXX' token='' isuser='false'
> type='normal'>&#x1b;[6~&#x1b;

This is indeed malformed. XML cannot represent U+001B or other control
characters, even when escaped via numeric character references. (Yes, I was
astonished to discover that, too.)

If we've been willing to write out files like this in the past, we need some
way to put the parser in a permissive not-quite-XML mode so we can recover
them.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the telepathy-bugs mailing list