aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/unit/testUnicodeFromUTF8.cxx
AgeCommit message (Collapse)AuthorFilesLines
2018-05-05Backport: Feature [feature-requests:#1212]. Move Unicode conversions into ↵mitchell1-46/+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-0/+2
for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3.
2017-04-01Standardize on C++ headers, remove headers that aren't needed and add <cstddef>Neil1-1/+1
where it may be needed in the future.
2014-12-22Replace function UnicodeFromBytes with UnicodeFromUTF8 as they are exactly theNeil1-0/+44
same. Add unit tests for UnicodeFromUTF8.