ladybird/Userland/Libraries/LibUnicode
Timothy Flynn 139c575cc9 LibUnicode: Update to Unicode version 15.1.0
https://unicode.org/versions/Unicode15.1.0/

This update includes a new set of code point properties, Indic Conjunct
Break. These may have the values Consonant, Linker, or Extend. These are
used in text segmentation to prevent breaking on some extended grapheme
cluster sequences.
2023-09-15 18:30:26 +02:00
..
CharacterTypes.cpp LibUnicode: Generate data for bidirectional character types 2023-08-20 16:21:35 -04:00
CharacterTypes.h LibUnicode: Generate data for bidirectional character types 2023-08-20 16:21:35 -04:00
CMakeLists.txt LibUnicode+LibJS: Move text segmentation algorithms to their own files 2023-02-15 12:36:47 +01:00
CurrencyCode.cpp LibUnicode+LibJS: Move Unicode::get_available_currencies() to Locale.h 2022-09-05 14:37:16 -04:00
CurrencyCode.h LibUnicode+LibJS: Move Unicode::get_available_currencies() to Locale.h 2022-09-05 14:37:16 -04:00
Emoji.cpp LibUnicode: Detect ZWJ sequences when filtering by emoji presentation 2023-03-05 20:21:57 +01:00
Emoji.h LibUnicode: Allow ignoring text presentation emoji in sequence detection 2023-02-28 13:22:58 +00:00
Forward.h LibUnicode: Generate data for bidirectional character types 2023-08-20 16:21:35 -04:00
Normalize.cpp LibUnicode+LibJS: Stop propagating small OOM errors from normalization 2023-09-09 13:03:25 -04:00
Normalize.h LibUnicode+LibJS: Stop propagating small OOM errors from normalization 2023-09-09 13:03:25 -04:00
Segmentation.cpp LibUnicode: Update to Unicode version 15.1.0 2023-09-15 18:30:26 +02:00
Segmentation.h LibUnicode: Remove non-iterative text segmentation algorithms 2023-02-16 11:18:53 +01:00
String.cpp AK+LibUnicode: Implement String::equals_ignoring_case without allocating 2023-03-08 18:57:53 +00:00
UnicodeUtils.cpp LibUnicode: Perform code point case conversion lookups in constant time 2023-07-28 05:28:50 +02:00
UnicodeUtils.h AK+LibUnicode: Implement String::equals_ignoring_case without allocating 2023-03-08 18:57:53 +00:00