aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/UnicodeFromUTF8.h
AgeCommit message (Collapse)AuthorFilesLines
2018-05-05Backport: Feature [feature-requests:#1212]. Move Unicode conversions into ↵mitchell1-28/+0
UniConversion. Move Unicode conversion functions UnicodeFromUTF8 and UTF8FromUTF32Character into UniConversion. Backport of changeset 6645:463fa6965d9a.
2017-09-11Backport: The Scintilla namespace is always active for internal symbols and ↵Neil1-4/+0
for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3.
2013-07-21Standardising header guards and namespaces.Neil1-0/+13
2013-07-11Include case conversion data in Scintilla so that all platforms will performNeil1-0/+19
case conversion of Unicode text in accordance with Unicode.