mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-14 23:28:57 +00:00
Our current segmenter implementation lives in LibUnicode, and is not locale-aware. We will need such awareness for ECMA-402, and so LibLocale will be the new home for text segmentation. The tests here are ported directly from LibUnicode/TestSegmentation.cpp.