Post #3429649
2026-06-27 14:38 UTC
@saramg@fosstodon.org @goatsarah oh that's a classic. this kind of thing is why any new programming language worth its salt does not respect locale settings for the default to-string and from-string methods (unlike, alas, C, PHP, and likely myriad others)
Replies (1)
-
@Girgias@phpc.social 2026-06-27 15:07
@hikari@social.noyu.me @saramg@fosstodon.org @goatsarah we actually made float to string locale independent in 8.0 to prevent this sort of stuff. And string to float AFAIK was never dependent on the locale.