ladybird/Userland/Libraries/LibUnicode
Timothy Flynn 1feef17bf7 LibUnicode: Remove completely unused code point name & block name data
These were used for e.g. the Character Map on Serenity, but are not used
at all for Ladybird.
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 LibURL+LibUnicode+LibWebView: Handle punycode directly in LibURL 2024-03-26 12:25:21 -04:00
CurrencyCode.cpp
CurrencyCode.h
Emoji.cpp
Emoji.h
Forward.h
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: Generate and use code point composition mappings 2024-04-06 14:21:04 -04:00
Normalize.h LibUnicode: Generate and use code point composition mappings 2024-04-06 14:21:04 -04:00
Punycode.cpp
Punycode.h
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