ladybird/Meta/Lagom/Tools/CodeGenerators/LibUnicode
Timothy Flynn 98709d9be1 LibUnicode: Convert UnicodeNumberFormat to link with weak symbols
Currently, we load the generated Unicode symbols with dlopen at runtime.
This is unnecessary as of 565a880ce5.

Applications that want Unicode data now link directly against the shared
library holding that data. So the same functionality can be achieved
with weak symbols.
2022-01-04 22:49:43 +00:00
..
CMakeLists.txt LibUnicode: Create a nearly empty generator for date-time formatting 2021-11-29 22:48:46 +00:00
GenerateUnicodeData.cpp LibUnicode: Remove now unused value-from-string generator overload 2021-12-21 13:09:49 -08:00
GenerateUnicodeDateTimeFormat.cpp LibUnicode: Add minimal support for generic & offset-based time zones 2022-01-03 15:11:59 +01:00
GenerateUnicodeLocale.cpp LibUnicode: Remove now unused value-from-string generator overload 2021-12-21 13:09:49 -08:00
GenerateUnicodeNumberFormat.cpp LibUnicode: Convert UnicodeNumberFormat to link with weak symbols 2022-01-04 22:49:43 +00:00
GeneratorUtil.h LibUnicode: Remove now unused value-from-string generator overload 2021-12-21 13:09:49 -08:00