Closed Birkenstab closed 1 year ago
I'll keep this open while we check it's all working now.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Number and Currency Formatting seem not to be working correctly in the fpm docker image. Deutsch should use comma (,) as decimal delimiter
The apache version seems to be working fine.
Reproduce
Executing php code with
php -a
:Results in:
¤1,234,567.90
German (de) should use a comma (,) as decimal delimiter.After installing the
icu-data-full
package via apk the same code results in:1.234.567,90 XXX
Which is correctCause
The package
icu-data-full
seems to be missing, as described in https://stackoverflow.com/questions/73895691/php-numberformatter-always-gives-me-the-default-en-us