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

Wireshark-commits: [Wireshark-commits] rev 43044: /trunk/ /trunk/ui/gtk/: capture_file_dlg.c main_s

Date: Sun, 03 Jun 2012 19:31:59 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43044

User: guy
Date: 2012/06/03 12:31 PM

Log:
 Use g_filename_display_basename() rather than get_basename() when we're
 getting the basename for display purposes, so it's converted from the
 GLib/GTK+ locale filename encoding to UTF-8.  (For Windows, the locale
 filename encoding is UTF-8, and the internal encoding is UTF-16, so the
 file names should *probably* all be valid UTF-8 - Windows may not
 support invalid UTF-16 in file names.  For Qt, I'm not sure whether the
 file dialogs ever return file names in some non-UTF-8 encoding.)

Directory: /trunk/ui/gtk/
  Changes    Path                  Action
  +1 -1      capture_file_dlg.c    Modified
  +2 -2      main_statusbar.c      Modified

Directory: /trunk/
  Changes    Path          Action
  +2 -2      file.c        Modified