-
Notifications
You must be signed in to change notification settings - Fork 7.9k
compatibility with ICU 72.1 #9799
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Looks there's not a lot of changes https://icu.unicode.org/download/72 |
symbol after time is changed - string(47) "Sunday, January 1, 2012 at 5:12:00 AM GMT+05:12"
+ string(49) "Sunday, January 1, 2012 at 5:12:00 AM GMT+05:12" EDIT instead of 0x20 before AM now I see 0xE2 0x80 0xAF |
Such changes are not unexpected/unprecedented; in this case the regular space is replaced by NARROW NO-BREAK SPACE. We need to split the affected test cases. I'm already working on a PR. |
Thank you! Queued the patch to our CI and will report results for 8.2 in ~1h |
Applies to 7.4 and 8.0 as well except
|
Description
The following tests are failed for 8.0/8.1/8.2:
Alpinelinux started upgrade to new ICU and faced with this failures, see https://gitlab.alpinelinux.org/alpine/aports/-/issues/14283
PHP Version
PHP 8.1.11
Operating System
Alpinelinux
The text was updated successfully, but these errors were encountered: