1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 10:18:15 +09:00
ladybird/Userland/Libraries/LibUnicode
Timothy Flynn 576c2f4f4d LibURL+LibUnicode+LibWebView: Handle punycode directly in LibURL
We had defined punycode handling in LibUnicode when LibURL (AK at the
time) was unable to depend on LibUnicode. This is no longer the case.
2024-03-26 12:25:21 -04:00
..
CharacterTypes.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
CharacterTypes.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
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 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
Normalize.h
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: Expose TrailingCodePointTransformation in to_titlecase 2023-11-28 17:15:27 -05:00
UnicodeUtils.cpp LibUnicode: Fix compilation when ENABLE_UNICODE_DATABASE_DOWNLOAD is OFF 2023-12-10 10:19:14 -05:00
UnicodeUtils.h