|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patchestests-lang-use-utf8.patch (last revision 2011-03-23 08:29 UTC by ondrej at sury dot org)Pull RequestsHistoryAllCommentsChangesGit/SVN commits
[2011-03-23 09:54 UTC] aharvey@php.net
-Status: Open
+Status: Assigned
-Package: Gettext related
+Package: *Languages/Translation
-Assigned To:
+Assigned To: aharvey
[2011-03-23 09:59 UTC] aharvey@php.net
[2011-03-23 09:59 UTC] aharvey@php.net
-Status: Assigned
+Status: Closed
[2011-03-23 09:59 UTC] aharvey@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 10:00:01 2025 UTC |
Description: ------------ The tests in tests/lang/bug30638.phpt and tests/lang/034.phpt use only ISO-8859-1 which is rarely supported on current distributions. I have also normalized both tests to use same set of locale names. Test script: --------------- <?php if (setlocale(LC_NUMERIC, "de_DE", "de", "german", "ge", "de_DE.ISO8859-1") === FALSE) { print "skip"; } ?> Expected result: ---------------- // no output Actual result: -------------- skip