summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/testcase/tstUtf8.cpp
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-10/+20
* IPRT/nocrt: strstr fix. bugref:10261vboxsync2022-08-171-4/+4
* IPRT/testcase: tstUtf8: Skip the string comparison on older Windows OSes like...vboxsync2022-05-191-2/+11
* IPRT/testcase: A few more comments and diagnosis for Windows runs in for tstU...vboxsync2022-05-191-0/+17
* IPRT/testcase: Fixed function naming typo.vboxsync2022-05-191-2/+2
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* IPRT/tstUtf8: Fixed a bunch of leaks in the tests. bugref:9841vboxsync2020-10-011-7/+29
* IPRT: Implement RTStrEnd in assembly & C++, drop the inlining. memchr from VC...vboxsync2020-04-211-1/+41
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* iprt/string.h: Dropped including utf16.h and let those who need it include it...vboxsync2018-12-231-0/+1
* *: Preparing for iprt/string.h, iprt/json.h and iprt/serialport.h no longer i...vboxsync2018-12-221-0/+1
* (C) yearvboxsync2017-10-171-1/+1
* IPRT: Adding RTStrICmpAscii (mirrors RTUtf16ICmpAscii).vboxsync2017-03-301-0/+19
* tstUtf8: Some adjustments.vboxsync2016-08-031-7/+5
* RTStrPurgeEncoding: Optimized it a little, adding debug assertion for bad pairs.vboxsync2016-08-031-2/+3
* IPRT/testcases: warningsvboxsync2016-07-301-4/+5
* (C) 2016vboxsync2016-07-221-1/+1
* *: scm cleanup run.vboxsync2015-08-141-3/+4
* IPRT: Updated (C) year.vboxsync2015-06-091-1/+1
* testcases/tstUtf8: parfait warningsvboxsync2014-07-031-11/+7
* tstUtf8: Another VERR_NO_TRANSLATE/VWRN_NO_TRANSLATE hack.vboxsync2013-03-311-0/+2
* We should probably check the iconv return value a little more closely. Curren...vboxsync2013-03-311-2/+2
* tstUtf8: More details on VERR_NO_TRANSLATION/RTStrUtf8ToCurrentCP on testboxsh1.vboxsync2013-03-301-6/+8
* tstUtf8.cpp: GetRandUtf16 shouldn't return endian indicators (0xfffe, 0xffff).vboxsync2013-03-291-1/+1
* header (C) fixesvboxsync2013-02-041-1/+1
* Runtime/strings: add Utf-8 and Utf-16 sanitising to a white list of character...vboxsync2012-02-141-6/+18
* Runtime/strings: add Utf-8 and Utf-16 sanitising to a white list of character...vboxsync2012-02-101-9/+20
* Runtime/strings: add Utf-8 and Utf-16 sanitising to a white list of characters.vboxsync2012-02-101-0/+96
* Runtime/testcase: fix a comment.vboxsync2012-02-101-1/+1
* src/*: more spelling fixes (logging), thanks Timeless!vboxsync2010-10-291-3/+3
* iprt:ministring: Added the java-style equals() and equalsIgnoreCase() as equa...vboxsync2010-10-281-114/+87
* *: spelling fixes, thanks Timeless!vboxsync2010-10-281-1/+1
* Runtime/string: Utf-8 <-> Latin-1 testcasevboxsync2010-07-291-5/+140
* iprt/string.h: added RTStrPurgeEncoding.vboxsync2010-07-151-0/+58
* *: Replaced memchr(psz, '\0', cb) with RTStrEnd(psz, cb) and worked around me...vboxsync2010-06-211-0/+17
* iprt/cpp/ministring.h: Added a append variant taking a 'const char *' argumen...vboxsync2010-06-211-31/+34
* Automated rebranding to Oracle copyright/license strings via filemunchervboxsync2010-04-271-5/+1
* iprt/ministring_cpp.h -> iprt/cpp/ministring.hvboxsync2009-12-131-1/+1
* IPRT: Fixed -Wshadow warnings, found two bugs in error paths.vboxsync2009-11-261-1/+0
* API: big medium handling change and lots of assorted other cleanups and fixesvboxsync2009-09-221-1/+11
* IPRT: Some latin-1 cleanup and some preditions in the recoding loops.vboxsync2009-07-211-6/+10
* iprt/string: change behaviour of Utf16 to Latin1 to reject untranslatable str...vboxsync2009-07-201-39/+27
* tstUtf8: Test RTStrUtf8ToCurrentCP and RTUtf16ToLatin1 for VERR_NO_TRANSLATIO...vboxsync2009-07-201-3/+43
* iprt/string: conversion between Utf16 and Latin1vboxsync2009-07-171-0/+155
* IPRT: rename ministring, add iprt:: namespacevboxsync2009-07-081-9/+9
* IPRT, Main: make ministring throw std::bad_alloc on allocation failure; remov...vboxsync2009-07-081-2/+2
* Backing out r49763 to fix Windows burns.vboxsync2009-07-081-2/+2
* IPRT, Main: make ministring throw std::bad_alloc on allocation failure; remov...vboxsync2009-07-081-2/+2