|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2021-07-12 13:31 UTC] nikic@php.net
-Status: Open
+Status: Wont fix
[2021-07-12 13:31 UTC] nikic@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 11:00:01 2025 UTC |
Description: ------------ The *printf() functions are having problems if strings contain non-ASCII characters. Test script: --------------- echo sprintf('%3.3s', 'ö12345'); echo sprintf('%3.3s', '12ö345'); Expected result: ---------------- ö12 12ö Actual result: -------------- ö1 12�