ladybird/Userland/Libraries/LibJS/Tests/builtins/Intl/DateTimeFormat
Timothy Flynn ee00730225 LibUnicode+LibJS: Normalize spaces in formatted date-time strings
ICU 72 began using non-ASCII spaces in some formatted date-time strings.
Every major browser has found that this introduced major breakage in web
compatibility, as many sites and tools expect ASCII spaces. This patch
removes these non-ASCII spaces in the same manner as the major engines.
Such behavior is also tested by WPT.
2024-08-02 08:05:52 +02:00
..
DateTimeFormat.@@toStringTag.js
DateTimeFormat.js LibJS: Allow formatting UTC-offset time zones with Intl.DateTimeFormat 2023-10-05 17:01:02 +02:00
DateTimeFormat.prototype.format.js LibUnicode+LibJS: Normalize spaces in formatted date-time strings 2024-08-02 08:05:52 +02:00
DateTimeFormat.prototype.formatRange.js LibUnicode+LibJS: Normalize spaces in formatted date-time strings 2024-08-02 08:05:52 +02:00
DateTimeFormat.prototype.formatRangeToParts.js LibUnicode+LibJS: Normalize spaces in formatted date-time strings 2024-08-02 08:05:52 +02:00
DateTimeFormat.prototype.formatToParts.js LibUnicode+LibJS: Normalize spaces in formatted date-time strings 2024-08-02 08:05:52 +02:00
DateTimeFormat.prototype.resolvedOptions.js LibCore+LibJS+LibUnicode: Port retrieving available time zones to ICU 2024-06-26 10:14:02 +02:00
DateTimeFormat.supportedLocalesOf.js