summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/common/string/utf-8-case.cpp
Commit message (Collapse)AuthorAgeFilesLines
* IPRT: Make doxygen 1.9.6 happy. Mostly removing duplicate docs (iprt is ↵vboxsync2023-05-111-40/+0
| | | | | | documented in the header files). bugref:10442 git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@99758 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@98103 cfe28804-0f27-0410-a406-dd0f0b0b656f
* scm copyright and license note updatevboxsync2022-08-221-10/+20
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@96407 cfe28804-0f27-0410-a406-dd0f0b0b656f
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@93115 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@82968 cfe28804-0f27-0410-a406-dd0f0b0b656f
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@76553 cfe28804-0f27-0410-a406-dd0f0b0b656f
* IPRT: Ran scm --fix-err-h. bugref:9344vboxsync2018-12-251-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@76452 cfe28804-0f27-0410-a406-dd0f0b0b656f
* (C) yearvboxsync2017-10-171-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@69111 cfe28804-0f27-0410-a406-dd0f0b0b656f
* (C) 2016vboxsync2016-07-221-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@62477 cfe28804-0f27-0410-a406-dd0f0b0b656f
* *: scm cleanup run.vboxsync2015-08-141-3/+3
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@57358 cfe28804-0f27-0410-a406-dd0f0b0b656f
* IPRT: Updated (C) year.vboxsync2015-06-091-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@56290 cfe28804-0f27-0410-a406-dd0f0b0b656f
* UTF-8 case folding hacks to deal with U+0130, U+0131, U+017f and U+01fbe ↵vboxsync2014-07-021-4/+12
| | | | | | since these doesn't have any roundtrip compatible mappings nor have case folds into codepoins with the same UTF-8 length. They map to other characters in other blocks. git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@51795 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Merged in iprt++ dev branch.vboxsync2014-07-011-80/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@51770 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Runtime: Whitespace and svn:keyword cleanups by scm.vboxsync2013-10-071-1/+0
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@48935 cfe28804-0f27-0410-a406-dd0f0b0b656f
* iprt/string.h: Added RTStrIsCaseFoldable, RTStrIsUpperCased and ↵vboxsync2013-05-131-0/+80
| | | | | | RTStrIsLowerCased. git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@46010 cfe28804-0f27-0410-a406-dd0f0b0b656f
* RTStrToUpper,RTStrToLower: Fixed bad assumptions that lower and upper case ↵vboxsync2010-10-281-37/+61
| | | | | | chars are encoded with the same length (this is only true for the upper<->lower roundtrip). Also implemented the quiet handling of invalid coded sequences. git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@33562 cfe28804-0f27-0410-a406-dd0f0b0b656f
* IPRT: iconv cache.vboxsync2010-04-291-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@28903 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Automated rebranding to Oracle copyright/license strings via filemunchervboxsync2010-04-271-5/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@28800 cfe28804-0f27-0410-a406-dd0f0b0b656f
* IPRT: splitting up utf-8.cppvboxsync2009-12-101-0/+320
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@25296 cfe28804-0f27-0410-a406-dd0f0b0b656f