Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal prefs.c

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 15 Oct 2000 03:46:19 -0500 (CDT)
guy         2000/10/15 03:46:18 CDT

  Modified files:
    .                    prefs.c 
  Log:
  At least on UNIX/X, make the wildcard pattern that's the initial
  fixed-width font preference match only ISO 8859/1 fonts, so that we
  don't match ISO 10646 fonts (as happens on some systems).  Users will
  have to select a font with the appropriate character set encoding if
  they don't want stuff displayed as 8859/1 (note that making the widgets
  that use the fixed-width font handle arbitrary character sets is
  probably a non-trivial task, given that the *dissectors* will also have
  to handle arbitrary character sets, and that the character set used in a
  given packet isn't necessarily the character set in the user's locale).
  
  Revision  Changes    Path
  1.43      +47 -2     ethereal/prefs.c