aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/CaseConvert.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-03-23Updated case conversion and character categories to Unicode 9.Neil1-3/+199
2017-03-04Use C++11 keyword "override" for methods that override a base class.Neil1-1/+1
2016-10-30Add header needed for std::string.Neil Hodgson1-0/+1
2016-10-27Tidy CaseMapString by moving some mechanics into CaseConvert. Use StringEncodeNeil1-0/+8
2015-07-04Make std::exception visible to all core code to remove chance that a differentNeil1-0/+1
2014-01-21Added ELEMENTS macro and use it to clarify determining size of arrays.Neil Hodgson1-2/+2
2013-12-22Avoid unsafe strcpy, strncpy, and strcat replacing with safer functions whichNeil1-1/+5
2013-12-15Format normalization - whitespace and braces made consistent.Neil1-1/+1
2013-08-01Bug [#1506]. In some locales Visual C++ fails with UTF-8 in string literals.Neil1-128/+128
2013-07-15Fix out-of-bounds access for characters after end of set.Neil1-1/+3
2013-07-11Add namespace so builds on OS X.nyamatongwe1-0/+8
2013-07-11Include case conversion data in Scintilla so that all platforms will performNeil1-0/+620