1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 14:24:59 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/LibUnicode
Timothy Flynn 066352c9aa LibJS+LibUnicode: Align ECMA-402 "sanctioned" terminology with UTS 35
This is an editorial change in the Intl spec. See:
087995c
233d29c

This also adds a missing spec link for the sanctioned units and fixes a
broken spec link for IsSanctionedSingleUnitIdentifier. In LibUnicode,
the NumberFormat generator is updated to use the constexpr helper to
retrieve sanctioned units.
2022-03-30 14:24:32 +01:00
..
CMakeLists.txt LibUnicode: Create a nearly empty generator for relative-time formatting 2022-01-27 21:16:44 +00:00
GenerateUnicodeData.cpp Meta+LibUnicode: Download and parse Unicode block properties 2022-02-15 10:13:19 -05:00
GenerateUnicodeDateTimeFormat.cpp LibUnicode: Use BCP 47 data to filter valid calendar names 2022-02-16 07:23:07 -05:00
GenerateUnicodeLocale.cpp LibUnicode: Use BCP 47 data to generate available calendars and numbers 2022-02-16 07:23:07 -05:00
GenerateUnicodeNumberFormat.cpp LibJS+LibUnicode: Align ECMA-402 "sanctioned" terminology with UTS 35 2022-03-30 14:24:32 +01:00
GenerateUnicodeRelativeTimeFormat.cpp LibUnicode: Port the CLDR time format generator to the stream API 2022-02-14 11:39:46 -05:00
GeneratorUtil.h LibUnicode: Use BCP 47 data to generate available calendars and numbers 2022-02-16 07:23:07 -05:00