aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/CaseConvert.h
AgeCommit message (Collapse)AuthorFilesLines
2021-05-24Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.hNeil1-1/+1
and ScintillaStructures.h using scoped enumerations. Use these headers instead of Scintilla.h internally. External definitions go in the Scintilla namespace and internal definitio0ns in Scintilla::Internal.
2021-04-05Change CaseConversion to an enum class.Neil1-8/+8
2020-03-13Using constexpr in UniConversion and CaseConvert.Neil1-1/+1
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-4/+0
interfaces ILexer4 and IDocument.
2016-10-27Tidy CaseMapString by moving some mechanics into CaseConvert. Use StringEncodeNeil1-0/+3
and StringDecode more and make more likely to be optimized.
2013-07-11Include case conversion data in Scintilla so that all platforms will performNeil1-0/+47
case conversion of Unicode text in accordance with Unicode.