aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/unicode-utils.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-08Replace g_utf8_make_valid() with own functionJoão Valverde1-3/+10
2023-02-06Convert unicode-utils.[ch] to 4-space indentationJoão Valverde1-91/+87
2023-02-06Move get_utf_8_string() to wsutilJoão Valverde1-0/+187
2022-10-14wsutil: Rewrite ws_utf8_char_len() using a lookup tableJoão Valverde1-12/+18
2021-12-19wsutil: Use snprintf() and ws_strdup_printf()João Valverde1-2/+2
2021-06-10wsutil: argv[] is a NULL terminated arrayJoão Valverde1-1/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-10-08Bring back arg_list_utf_16to8(), but have it just do UTF-16-to-UTF-8 mapping.Guy Harris1-0/+14
2018-10-07Use wsetargv.obj, and wmain() rather than main(), on Windows.Guy Harris1-18/+0
2018-02-28Include <config.h> so UNICODE is defined.Guy Harris1-0/+2
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2017-12-10Convert to using use SPDX identifier on wsutil directoryMichael Mann1-13/+1
2016-04-28Win32: Pass a mutable string to CreateProcess.Gerald Combs1-1/+1
2015-06-17Qt: fix a crash when closing application under WindowsPascal Quantin1-0/+1
2014-10-14Add editor-modelines; adjust whitespace.Bill Meier1-7/+20
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-08Need <strsafe.h> for StringCchPrintf().Guy Harris1-0/+1
2014-01-07As checkAPIs.pl says, "use StringCchPrintf".Guy Harris1-1/+1
2014-01-07Fix bug #9618: Invalid utf8 causes JSON dissector assertion failure "g_utf8_v...Jakub Zawadzki1-4/+17
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-05-24Move the Windows argument list conversion code to a common routine.Gerald Combs1-0/+16
2010-12-07Move getenv_utf8() to wsutil.Jeff Morriss1-3/+9
2009-08-31Add utf_8to16_snprintf() which creates a UTF16 string according to the given ...Kovarththanan Rajaratnam1-5/+13
2008-07-11unicode-utils.c is only for Windows; don't build it on UN*X. Put in a checkJeff Morriss1-2/+3
2008-06-30Move privileges.c and unicode-utils.c from epan to wsutil (so things likeJeff Morriss1-0/+128