summaryrefslogtreecommitdiff
path: root/AK/UnicodeUtils.cpp
AgeCommit message (Collapse)Author
2021-05-20AK: Add UnicodeUtils with Unicode-related helper functionsMax Wipfli
This introduces the UnicodeUtils file, which contains helper functions related to Unicode. This is in contrast to StringUtils, whose functions are not directly related to Unicode and are, in theory, encoding-agnostic.