1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 08:58:11 +00:00
serenity/Userland
Timothy Flynn bf79c73158 LibUnicode: Do not generate data for "generic" calendars
This is not a calendar supported by ECMA-402, so let's not waste space
with its data.

Further, don't generate "gregorian" as a valid Unicode locale extension
keyword. It's an invalid type identifier, thus cannot be used in locales
such as "en-u-ca-gregorian".
2021-12-01 16:36:26 +00:00
..
Applets ClipboardHistory: Add debug dump action 2021-11-30 10:52:18 +01:00
Applications 3DFileViewer: Add checkbox to disable texture 2021-12-01 10:21:13 +01:00
Demos Everywhere: Use default execpromises argument for Core::System::pledge 2021-11-28 08:04:57 +01:00
DevTools CrashReporter+HackStudio: Let's call it "Debug in Hack Studio" 2021-11-30 23:34:40 +01:00
DynamicLoader Toolchain+Meta: Update LLVM version to 13.0.0 2021-10-17 17:09:58 +01:00
Games Everywhere: Use default execpromises argument for Core::System::pledge 2021-11-28 08:04:57 +01:00
Libraries LibUnicode: Do not generate data for "generic" calendars 2021-12-01 16:36:26 +00:00
Services LookupServer: Remove unused this capture in a lambda function 2021-11-30 16:15:52 -08:00
Shell AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 2021-11-17 00:21:13 +01:00
Utilities top: Use Core::System::ioctl() 2021-11-30 23:34:40 +01:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00