Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk follow_dlg.c gtkglobals.h

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

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Tue, 23 Dec 2003 19:21:32 -0600 (CST)
guy         2003/12/23 19:21:32 CST

  Modified files:
    gtk                  follow_dlg.c gtkglobals.h 
  Log:
  Do the "isprint()" hack for GTK+ 2.x or 1.3[.x], whether on UNIX or
  Windows - the problem is that GTK+ 1.3[.x] and later assume strings
  handed to them are UTF-8 strings, not, for example, ISO 8859/x strings.
  
  In packet-radius.c, re-define "isprint()" rather than #ifdeffing its use
  (the old code was also incorrectly treating 0x7f as a printable).
  
  Revision  Changes    Path
  1.33      +3 -14     ethereal/gtk/follow_dlg.c
  1.23      +7 -7      ethereal/gtk/gtkglobals.h