https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2588
--- Comment #12 from Abhik Sarkar <sarkar.abhik@xxxxxxxxx> 2008-08-16 02:58:15 PDT ---
(In reply to comment #11)
> (From update of attachment 1985 [details])
> fputs("<?xml version=\"1.0\"?> encoding=\"US-ASCII\"\n", fh);
> This puts encoding outside the tag. Should be
> fputs("<?xml version=\"1.0\" encoding=\"US-ASCII\"?>\n", fh);
Darn! Sorry about that... don't know how I managed that!
> But then again if you leave it out RFC 3032 says in 8.5 that this is the
> default anyway.
>
Yup, that is correct. But in my comment I mentioned that it could be done to
make it really obvious. It could be left out anyway.
Isn't the rest of the workaround OK?
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.