Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:116500 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 40796 invoked from network); 25 Nov 2021 08:00:28 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 25 Nov 2021 08:00:28 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id AC62C1804A8 for ; Thu, 25 Nov 2021 00:57:37 -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=-0.7 required=5.0 tests=BAYES_20,RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS29169 217.70.176.0/20 X-Spam-Virus: No X-Envelope-From: Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Thu, 25 Nov 2021 00:57:36 -0800 (PST) Received: (Authenticated sender: come@chilliet.eu) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 985A0E0011 for ; Thu, 25 Nov 2021 08:57:34 +0000 (UTC) To: internals@lists.php.net Date: Thu, 25 Nov 2021 09:57:33 +0100 Message-ID: <5769524.lOV4Wx5bFT@come-prox15amd> In-Reply-To: <757fcf17-4d8b-0eee-8226-e88705d92795@wikimedia.org> References: <757fcf17-4d8b-0eee-8226-e88705d92795@wikimedia.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" Subject: Re: [PHP-DEV] [VOTE] Locale-independent case conversion From: come@chilliet.eu (=?ISO-8859-1?Q?C=F4me?= Chilliet) Le jeudi 25 novembre 2021, 06:05:37 CET Tim Starling a =E9crit : > Voting is now open for my RFC on locale-independent case conversion. >=20 > https://wiki.php.net/rfc/strtolower-ascii Hello, The RFC is missing information about alternatives: Do all of these function have an mbstring version? Are those locale dependant or have an option for it? To reuse the example from the RFC, if I want to convert a UTF string to upp= ercase using Turkish rules and get dotted capital I, what should I use? C=F4me