|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull Requests
Pull requests:
HistoryAllCommentsChangesGit/SVN commits
[2016-10-01 03:22 UTC] z dot figura12 at gmail dot com
[2017-07-23 13:37 UTC] nikic@php.net
[2017-07-23 13:37 UTC] nikic@php.net
-Status: Open
+Status: Closed
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 15:00:02 2025 UTC |
Description: ------------ Ancient Greek characters with hypogegrammene (ᾼ ῼ ῌ etc.) are classified as titlecase characters in Unicode, and because they are not marked as being capital letters, are ignored by mb_strtolower. Test script: --------------- echo mb_strtolower("ᾼ"); Expected result: ---------------- ᾳ Actual result: -------------- ᾼ