|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2012-10-22 15:42 UTC] cataphract@php.net
[2012-10-22 15:43 UTC] cataphract@php.net
-Status: Open
+Status: Not a bug
[2012-10-22 15:43 UTC] cataphract@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 19:00:02 2025 UTC |
Description: ------------ Money for sr_Latn locale is formatted like: din. 33 for sr_Cyrl like: 551 дин. Cyrl version is ok, Latn looks wrong, it should be: 33 din. Test script: --------------- <?php $formatter = new \NumberFormatter('sr_Latn', \NumberFormatter::CURRENCY); echo $formatter->formatCurrency(33, 'RSD'); Expected result: ---------------- 33 din. Actual result: -------------- din. 33