Ethereal-dev: Re: [Ethereal-dev] New dissector for CIGI

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxx>
Date: Sat, 03 Dec 2005 02:11:03 -0800
Harms, Kyle J wrote:

This patch is for a CIGI dissector (complete versions 2 and 3).

	...

+    info_str = g_strdup_printf("%s ⇒ %s (%i bytes)", src_str, dest_str, length);

GTK+ 1.2[.x] doesn't handle UTF-8, and we currently don't try to compensate for that; in addition, we currently don't, on UN*X systems, try to map UTF-8 to the locale's character set. We should try to handle those issues at some point, but, until then, you might want to use "->" instead.