1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 10:01:13 +09:00
ladybird/Userland/Libraries/LibUnicode
Timothy Flynn 83475c5380 LibUnicode: Replace Unicode string normalization with ICU
In a benchmark, ICU's implementation was over 3x faster than ours.
2024-06-18 21:07:56 +02:00
..
CharacterTypes.cpp LibUnicode: Remove completely unused code point name & block name data 2024-06-18 21:07:56 +02:00
CharacterTypes.h LibUnicode: Remove completely unused code point name & block name data 2024-06-18 21:07:56 +02:00
CMakeLists.txt LibUnicode: Replace Unicode string normalization with ICU 2024-06-18 21:07:56 +02:00
CurrencyCode.cpp
CurrencyCode.h
Emoji.cpp
Emoji.h
Forward.h AK+LibUnicode: Expose TrailingCodePointTransformation in to_titlecase 2023-11-28 17:15:27 -05:00
IDNA.cpp LibUnicode: Use weak symbols to provide default IDNA defintions 2023-12-10 10:19:14 -05:00
IDNA.h LibUnicode: Use weak symbols to provide default IDNA defintions 2023-12-10 10:19:14 -05:00
Normalize.cpp LibUnicode: Replace Unicode string normalization with ICU 2024-06-18 21:07:56 +02:00
Normalize.h LibUnicode: Replace Unicode string normalization with ICU 2024-06-18 21:07:56 +02:00
Punycode.cpp LibUnicode: Add Punycode::encode 2023-12-10 08:04:58 -05:00
Punycode.h LibUnicode: Add Punycode::encode 2023-12-10 08:04:58 -05:00
Segmentation.cpp
Segmentation.h
String.cpp AK+LibUnicode: Implement a case-insensitive variant of find_byte_offset 2024-06-01 07:37:54 +02:00
UnicodeUtils.cpp LibUnicode: Fix compilation when ENABLE_UNICODE_DATABASE_DOWNLOAD is OFF 2023-12-10 10:19:14 -05:00
UnicodeUtils.h