rfc:strtolower-ascii

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
rfc:strtolower-ascii [2021/11/25 05:02] – add vote tstarlingrfc:strtolower-ascii [2021/12/10 21:52] (current) – status: accepted tstarling
Line 3: Line 3:
   * Date: 2021-09-22   * Date: 2021-09-22
   * Author: Tim Starling <tstarling@wikimedia.org>   * Author: Tim Starling <tstarling@wikimedia.org>
-  * Status: Voting+  * Status: Accepted
   * Target version: PHP 8.2   * Target version: PHP 8.2
   * Implementation: https://github.com/php/php-src/pull/7506   * Implementation: https://github.com/php/php-src/pull/7506
Line 80: Line 80:
 ===== Future Scope ===== ===== Future Scope =====
  
-I didn't include strnatcasecmp() and natcasesort() in this RFC, because they also use isdigit() and isspace(), and because they are intended for natural language processing. They could be migrated in future.+I didn't include strnatcasecmp() and natcasesort() in this RFC, because they also use isdigit() and isspace(). They could be migrated in future.
  
 There are about 50 direct callers of tolower() and toupper() which I haven't migrated. There are about 50 direct callers of tolower() and toupper() which I haven't migrated.
Line 88: Line 88:
 Voting period: 2021-11-25 to 2021-12-09. Voting period: 2021-11-25 to 2021-12-09.
  
-<doodle title="Use locale-independent case conversion for string functions as proposed?" auth="tstarling" voteType="single" closed="false">+<doodle title="Use locale-independent case conversion for string functions as proposed?" auth="tstarling" voteType="single" closed="true">
    * Yes    * Yes
    * No    * No
 </doodle> </doodle>
  
rfc/strtolower-ascii.1637816525.txt.gz · Last modified: 2021/11/25 05:02 by tstarling