ladybird/Tests/LibUnicode
Timothy Flynn c950f88611 LibUnicode: Stop generating Block property data
We started generating this data in commit 0505e03, but it was unused.
It's still not used, so let's remove it, rather than bloating the size
of libunicode.so with unused data. If we need it in the future, it's
trivial to add back.

Note we *have* always used the block name data from that commit, and
that is still present here.
2023-07-26 08:36:20 +02:00
..
CMakeLists.txt LibUnicode: Add a unit test for Unicode grapheme and word segmentation 2023-02-25 22:23:39 +01:00
TestEmoji.cpp LibUnicode: Detect ZWJ sequences when filtering by emoji presentation 2023-03-05 20:21:57 +01:00
TestSegmentation.cpp LibUnicode: Add a unit test for Unicode grapheme and word segmentation 2023-02-25 22:23:39 +01:00
TestUnicodeCharacterTypes.cpp LibUnicode: Stop generating Block property data 2023-07-26 08:36:20 +02:00
TestUnicodeNormalization.cpp LibUnicode+LibJS: Propagate OOM from Unicode normalization 2023-01-09 22:48:15 +00:00