|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-01-19 13:26 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 14:00:01 2025 UTC |
Description: ------------ setlocale (LC_CTYPE, 'tr_TR'); echo strtolower("T?RK?E KARAKTERLER ???N ??Z?M"); The output must be: t?rk?e karakterler i?in ??z?m But there is a problem: t?rk?e karakterler ???n ??z?m Is there any solution? Reproduce code: --------------- <?php setlocale (LC_CTYPE, 'tr_TR'); echo strtolower("T?RK?E KARAKTERLER ???N ??Z?M"); ?> Expected result: ---------------- t?rk?e karakterler i?in ??z?m Actual result: -------------- t?rk?e karakterler ???n ??z?m