https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2588
--- Comment #4 from Bjoern Hoehrmann <bjoern@xxxxxxxxxxxx> 2008-07-08 03:44:14 PDT ---
XML documents have to be properly UTF-8 encoded, or declare some other encoding
and be properly encoded in that encoding. The PDML document does not declare an
encoding, so it must be (that is, the XML specification mandates) UTF-8 encoded
and this bug report is about a case where it is not UTF-8 encoded. Therfore the
PDML document cannot be processed by normal XML processors, which defeats the
purpose of the format. Hence this bug report.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.