1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:48:12 +00:00
serenity/Userland/Libraries/LibUnicode
Timothy Flynn cc5e9f0579 LibJS+LibUnicode: Move replacement of number system digits to LibUnicode
There are a few algorithms in TR-35 that need to replace digits before
returning any results to callers. For example, when formatting time zone
offsets, a string like "GMT+12:34" must have its digits replaced with
the default numbering system for the desired locale.
2022-01-11 23:56:35 +01:00
..
CharacterTypes.cpp LibUnicode: Convert UnicodeData to link with weak symbols 2022-01-04 22:49:43 +00:00
CharacterTypes.h LibUnicode: Convert UnicodeData to link with weak symbols 2022-01-04 22:49:43 +00:00
CMakeLists.txt LibUnicode: Use LibTimeZone's list of time zone names 2022-01-08 12:45:34 +01: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 LibUnicode: Use LibTimeZone's list of time zone names 2022-01-08 12:45:34 +01:00
DateTimeFormat.h LibUnicode: Add an hour-cycle field to DateTimeFormat's format pattern 2022-01-10 16:18:05 +01:00
Forward.h LibUnicode: Use LibTimeZone's list of time zone names 2022-01-08 12:45:34 +01:00
Locale.cpp LibJS+LibUnicode: Convert UnicodeLocale to link with weak symbols 2022-01-04 22:49:43 +00:00
Locale.h LibJS+LibUnicode: Convert UnicodeLocale to link with weak symbols 2022-01-04 22:49:43 +00:00
NumberFormat.cpp LibJS+LibUnicode: Move replacement of number system digits to LibUnicode 2022-01-11 23:56:35 +01:00
NumberFormat.h LibJS+LibUnicode: Move replacement of number system digits to LibUnicode 2022-01-11 23:56:35 +01:00