summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibUnicode/Segmentation.cpp
AgeCommit message (Expand)Author
2023-02-25LibUnicode: Skip over emoji sequences in grapheme boundary segmentationTimothy Flynn
2023-02-15LibUnicode: Fix typos causing text segmentation on mid-word punctuationTimothy Flynn
2023-02-15LibUnicode: Allow iterating over text segmentation boundariesTimothy Flynn
2023-02-15LibUnicode: Implement text segmentation algorithms for all UTF encodingsTimothy Flynn
2023-02-15LibUnicode+LibJS: Move text segmentation algorithms to their own filesTimothy Flynn