On Nov 25, 2021, at 01:08, Hans Henrik Bergan <divinit...@gmail.com> wrote: > btw why is this code *not* getting dotted capital i on 3v4l? > https://3v4l.org/D1WG1#v7.4.26 > it gets ["res_hex"]=> string(2) "49" > > <?php > setlocale(LC_ALL, "Turkish");
Because "Turkish" isn't a locale. "tr_TR" is. https://3v4l.org/GD91W#v7.4.26 Notice that the output doesn't show up correctly, as it is not UTF-8. (Which is part of the problem addressed by this RFC.) -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: https://www.php.net/unsub.php