1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 21:08:12 +00:00
serenity/Meta/Lagom/Tools
Timothy Flynn 48d5684780 LibUnicode: Parse compact identifiers and replace them with a format key
For example, in en-US, the decimal, long compact pattern for numbers
between 10,000 and 100,000 is "00 thousand". In that pattern, "thousand"
is the compact identifier, and the generated format pattern is now
"{number} {compactIdentifier}". This also generates that identifier as
its own field in the NumberFormat structure.
2021-11-16 00:56:55 +00:00
..
CodeGenerators LibUnicode: Parse compact identifiers and replace them with a format key 2021-11-16 00:56:55 +00:00
ConfigureComponents Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
IPCMagicLinter Meta: Implement checker for IPC magic number collisions 2021-11-05 00:17:01 +03:30
CMakeLists.txt Meta: Implement checker for IPC magic number collisions 2021-11-05 00:17:01 +03:30