aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/unicode-utils.c
AgeCommit message (Collapse)AuthorFilesLines
2014-10-14Add editor-modelines; adjust whitespace.Bill Meier1-7/+20
Change-Id: I8cad872cee972a6d22a72852dac57fd188daca84 Reviewed-on: https://code.wireshark.org/review/4683 Reviewed-by: Bill Meier <wmeier@newsguy.com>
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-01-08Need <strsafe.h> for StringCchPrintf().Guy Harris1-0/+1
svn path=/trunk/; revision=54644
2014-01-07As checkAPIs.pl says, "use StringCchPrintf".Guy Harris1-1/+1
svn path=/trunk/; revision=54641
2014-01-07Fix bug #9618: Invalid utf8 causes JSON dissector assertion failure ↵Jakub Zawadzki1-4/+17
"g_utf8_validate" Validate JSON UTF-8 characters, replace with '?' when invalid. svn path=/trunk/; revision=54633
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