ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 2588] Bad UTF-8 string from RSS dissector

Date: Sat, 16 Aug 2008 02:58:16 -0700 (PDT)
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.