Spidfire
Spidfire
I think thats not the problem because it works most of the time. and I already checked that before
Ok, Ive ran a test against all the locales in my db Result all went well expect for:: ``` tr_TR => USER_�D en_GY => USER_�D en_LT => USER_�D ``` test.php...
Maybe replace by mb_strtoupper($name, 'UTF-8') ? this will negate the setted locales https://www.php.net/manual/en/function.mb-strtoupper.php
Rectification it's only tr_TR the other ones were just ignored
Is this going to be fixed in further releases?
There is a caviat, This could add mb_string dependency to the project, not sure if that is already the case?
That is true and we use it so there is no problem for us. But maybe you want to add it atleast to composer.json and maybe replace other functions also...
7.4.8 but now I switched to 7.3.20 and I still got the same error... I do run on CentOS maybe It's configured more strict by default?