serenity/Userland/Libraries/LibUnicode
Timothy Flynn 39f971e42b LibUnicode: Begin implementing special Unicode case folding
This implements unconditional special case folding, and conditional
folding for non-locale cases. Worth noting that the only conditional,
non-locale special case is for converting an uppercase sigma to
lowercase.
2021-07-27 21:04:36 +01:00
..
CodeGenerators LibUnicode: Produce each code point's general category 2021-07-27 21:04:36 +01:00
CharacterTypes.cpp LibUnicode: Begin implementing special Unicode case folding 2021-07-27 21:04:36 +01:00
CharacterTypes.h LibUnicode: Begin implementing special Unicode case folding 2021-07-27 21:04:36 +01:00
CMakeLists.txt
unicode_data.cmake LibUnicode: Download and parse the special casing UCD file 2021-07-27 21:04:36 +01:00