aboutsummaryrefslogtreecommitdiff
path: root/libbutl/utf8.ixx
AgeCommit message (Collapse)AuthorFilesLines
2022-04-21Work around bogus -Wrestrict in GCC 12 (GCC bug #105329)Boris Kolpackov1-1/+1
2020-02-26Add notion of validator to char_scanner and make sure manifest is UTF-8Karen Arutyunov1-0/+305
This involves implementing utf8_validator and UTF-8 utility functions and using them during the manifest parsing, serialization, and rewriting.