|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2008-07-08 12:58 UTC] jani@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 20 15:00:01 2025 UTC |
Description: ------------ The function strtoupper does not work with the danish letters ???. Here is an example: <?php echo strtoupper('abcdefghijklmnopqrstuvxyz???'); ?> Outputs 'ABCDEFGHIJKLMNOPQRSTUVXYZ???' when it should output 'ABCDEFGHIJKLMNOPQRSTUVXYZ???'. Reproduce code: --------------- <?php echo strtoupper('abcdefghijklmnopqrstuvxyz???'); ?> Expected result: ---------------- ABCDEFGHIJKLMNOPQRSTUVXYZ??? Actual result: -------------- ABCDEFGHIJKLMNOPQRSTUVXYZ???