ladybird/Userland/Libraries/LibUnicode
Timothy Flynn 50158abaf1 LibUnicode: Implement locale-aware BEFORE_DOT special casing
Note that the algorithm in the Unicode spec is for checking that a code
point precedes U+0307, but the special casing condition NotBeforeDot is
interested in the inverse of this rule.
2021-09-06 15:24:27 +01:00
..
CharacterTypes.cpp LibUnicode: Implement locale-aware BEFORE_DOT special casing 2021-09-06 15:24:27 +01:00
CharacterTypes.h LibUnicode: Implement locale-aware AFTER_I special casing 2021-09-06 15:24:27 +01:00
CMakeLists.txt Meta+LibUnicode: Move unicode_data helper to Meta/CMake 2021-08-28 08:44:17 +01:00
Forward.h LibUnicode: Add missing structures to forwarding header 2021-09-02 17:56:42 +01:00
Locale.cpp LibUnicode: Add public wrapper for the generated locale_from_string 2021-09-06 15:24:27 +01:00
Locale.h LibUnicode: Add public wrapper for the generated locale_from_string 2021-09-06 15:24:27 +01:00