aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/string-utils.h
AgeCommit message (Expand)AuthorFilesLines
2024-09-11fixed searches in single-byte encoded documentsRobin Haberkorn1-0/+13
2024-09-11the SciTECO parser is Unicode-based now (refs #5)Robin Haberkorn1-4/+15
2024-09-10win32: convert command line to UTF-8 (refs #5)Robin Haberkorn1-0/+10
2024-09-09input and displaying of Unicode characters is now possible (refs #5)Robin Haberkorn1-0/+6
2024-01-21updated copyright to 2024Robin Haberkorn1-1/+1
2023-04-05updated copyright to 2023Robin Haberkorn1-1/+1
2022-06-21updated copyright to 2022 and updated TODORobin Haberkorn1-1/+1
2021-12-19safer use of memcpy() and memchr(): we must not pass in NULL pointersRobin Haberkorn1-4/+13
2021-05-30THE GREAT CEEIFICATION EVENTRobin Haberkorn1-53/+125
2017-03-03updated copyright to 2017Robin Haberkorn1-1/+1
2016-02-10added String::toupper(): minor optimizationRobin Haberkorn1-0/+12
2016-01-28use String::append() instead of g_strconcat()Robin Haberkorn1-0/+4
2016-01-28updated copyright to 2016Robin Haberkorn1-1/+1
2015-03-09fixed displaying of control characters in the "info" line (and window title)Robin Haberkorn1-0/+2
2015-03-01moved String helper functions from sciteco.h and main.cpp to string-utils.cpp...Robin Haberkorn1-0/+96