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