ladybird/Userland/Libraries/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
..
CharacterTypes.cpp LibUnicode: Stop generating Block property data 2023-07-26 08:36:20 +02:00
CharacterTypes.h LibUnicode: Stop generating Block property data 2023-07-26 08:36:20 +02:00
CMakeLists.txt
CurrencyCode.cpp
CurrencyCode.h
Emoji.cpp
Emoji.h
Forward.h
Normalize.cpp
Normalize.h
Segmentation.cpp
Segmentation.h
String.cpp AK+LibUnicode: Implement String::equals_ignoring_case without allocating 2023-03-08 18:57:53 +00:00
UnicodeUtils.cpp AK+LibUnicode: Implement String::equals_ignoring_case without allocating 2023-03-08 18:57:53 +00:00
UnicodeUtils.h AK+LibUnicode: Implement String::equals_ignoring_case without allocating 2023-03-08 18:57:53 +00:00