Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 29635: /trunk/ /trunk/gtk/: file_dlg_win32.c /trunk/wsut

Date: Mon, 31 Aug 2009 18:16:26 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29635

User: krj
Date: 2009/08/31 11:16 AM

Log:
 Add utf_8to16_snprintf() which creates a UTF16 string according to the given format string. The format string + arguments are expected to be in UTF-8 format. This change effectively removes the only place where we use PRIu64.

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

Directory: /trunk/wsutil/
  Changes    Path               Action
  +1 -1      libwsutil.def      Modified
  +13 -5     unicode-utils.c    Modified
  +17 -0     unicode-utils.h    Modified