Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix broken short date test with ICU >= 72.1
* tests/Rcmail/Rcmail.php (test_format_date): Starting with ICU 72.1, a NARROW NO-BREAK SPACE (NNBSP) is used instead of an ASCII space before the meridian. So, check for an NNBSP when using ICU >= 72.1. References: * https://icu.unicode.org/download/72 * https://cldr.unicode.org/index/downloads/cldr-42 * unicode-org/icu#2103
- Loading branch information