1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 20:25:07 +00:00
serenity/Userland/Libraries/LibUnicode
Timothy Flynn 0a4430fc41 LibJS+LibTimeZone+LibUnicode: Remove direct linkage to LibTimeZone
This is no longer needed now that LibTimeZone is included within LibC.
Remove the direct linkage so that others do not mistakenly copy-paste
the CMakeLists text elsewhere.
2022-01-23 12:48:26 +00:00
..
CharacterTypes.cpp LibUnicode: Generate code point abbreviations 2022-01-18 15:13:25 +00:00
CharacterTypes.h LibUnicode: Generate code point abbreviations 2022-01-18 15:13:25 +00:00
CMakeLists.txt LibJS+LibTimeZone+LibUnicode: Remove direct linkage to LibTimeZone 2022-01-23 12:48:26 +00:00
CurrencyCode.cpp LibUnicode: Add some data related to currency codes 2021-09-11 11:05:50 +01:00
CurrencyCode.h LibUnicode: Add some data related to currency codes 2021-09-11 11:05:50 +01:00
DateTimeFormat.cpp LibJS+LibUnicode: Return the appropriate time zone name depending on DST 2022-01-19 21:20:41 +00:00
DateTimeFormat.h LibJS+LibUnicode: Return the appropriate time zone name depending on DST 2022-01-19 21:20:41 +00:00
Forward.h LibUnicode: Do not limit language display names to known locales 2022-01-13 23:05:31 +01:00
Locale.cpp LibUnicode: Add a method to combine locale subtags into a display string 2022-01-13 23:05:31 +01:00
Locale.h LibUnicode: Add a method to combine locale subtags into a display string 2022-01-13 23:05:31 +01:00
NumberFormat.cpp LibUnicode: Parse number system digits from the CLDR 2022-01-12 10:49:07 +01:00
NumberFormat.h LibUnicode: Parse number system digits from the CLDR 2022-01-12 10:49:07 +01:00