aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/unicode-utils.c
AgeCommit message (Collapse)AuthorFilesLines
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2011-05-24Move the Windows argument list conversion code to a common routine.Gerald Combs1-0/+16
svn path=/trunk/; revision=37372
2010-12-07Move getenv_utf8() to wsutil.Jeff Morriss1-3/+9
svn path=/trunk/; revision=35148
2009-08-31Add utf_8to16_snprintf() which creates a UTF16 string according to the given ↵Kovarththanan Rajaratnam1-5/+13
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. svn path=/trunk/; revision=29635
2008-07-11unicode-utils.c is only for Windows; don't build it on UN*X. Put in a checkJeff Morriss1-2/+3
to cause it to fail when built on UN*X. svn path=/trunk/; revision=25704
2008-06-30Move privileges.c and unicode-utils.c from epan to wsutil (so things likeJeff Morriss1-0/+128
capinfos and dumpcap don't need to depend on libwireshark nor directly pull in those modules). Because capinfos and editcap were only being linked with privileges.c if we had plugins, this allows those programs to be linked when someone is compiling --without-plugins. svn path=/trunk/; revision=25640