[Webkit-unassigned] [Bug 169182] New: Currency digits calculation in Intl.NumberFormat should call out to ICU

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 5 09:47:43 PST 2017


https://bugs.webkit.org/show_bug.cgi?id=169182

            Bug ID: 169182
           Summary: Currency digits calculation in Intl.NumberFormat
                    should call out to ICU
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Minor
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: littledan at chromium.org

Intl.NumberFormat currently uses a fixed list of currencies which have a number of decimal digits different from 2. I wrote a patch to call out to ICU's function ucurr_getDefaultFractionDigits instead and will shortly upload it as an alternate solution. This is less code and may give an updated list of currencies in the future when ICU updates.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170305/ebf2c798/attachment-0001.html>


More information about the webkit-unassigned mailing list