mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-22 23:55:12 +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.