Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:116502 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 45060 invoked from network); 25 Nov 2021 08:20:52 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 25 Nov 2021 08:20:52 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id EA716180544 for ; Thu, 25 Nov 2021 01:18:01 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS63949 74.207.252.0/24 X-Spam-Virus: No X-Envelope-From: Received: from malamute.woofle.net (woofle.net [74.207.252.100]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Thu, 25 Nov 2021 01:18:01 -0800 (PST) Received: by malamute.woofle.net (Postfix) with ESMTPSA id 0BB2B1F13F; Thu, 25 Nov 2021 01:18:00 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 15.0 \(3693.20.0.1.32\)) In-Reply-To: Date: Thu, 25 Nov 2021 01:17:59 -0800 Cc: PHP internals Content-Transfer-Encoding: quoted-printable Message-ID: References: <757fcf17-4d8b-0eee-8226-e88705d92795@wikimedia.org> <5769524.lOV4Wx5bFT@come-prox15amd> To: Hans Henrik Bergan X-Mailer: Apple Mail (2.3693.20.0.1.32) Subject: Re: [PHP-DEV] [VOTE] Locale-independent case conversion From: dusk@woofle.net (Dusk) On Nov 25, 2021, at 01:08, Hans Henrik Bergan = wrote: > btw why is this code *not* getting dotted capital i on 3v4l? > https://3v4l.org/D1WG1#v7.4.26 > it gets ["res_hex"]=3D> string(2) "49" >=20 > 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.)=