<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Currency icon is hardcoded to “$”, which is inappropriate to locales not using dollars"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=100849#c20">Comment # 20</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Currency icon is hardcoded to “$”, which is inappropriate to locales not using dollars"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=100849">bug 100849</a>
              from <span class="vcard"><a class="email" href="mailto:vstuart.foote@utsa.edu" title="V Stuart Foote <vstuart.foote@utsa.edu>"> <span class="fn">V Stuart Foote</span></a>
</span></b>
        <pre>(In reply to Heiko Tietze from <a href="show_bug.cgi?id=100849#c19">comment #19</a>)
<span class="quote">> Here is a better link
> <a href="https://stackoverflow.com/questions/15000102/is-there-an-iso-standard-for">https://stackoverflow.com/questions/15000102/is-there-an-iso-standard-for</a>-
> currency-symbols, 2nd answer.</span >

Think we'd be looking at what ICU provides to parse the font symbols against
the ISO 4217:2015 currency codes and currency number--either getName() or
getSymbol() by locale

<a href="http://userguide.icu-project.org/formatparse/numbers">http://userguide.icu-project.org/formatparse/numbers</a>
<a href="http://www.icu-project.org/apiref/icu4j/index.html?com/ibm/icu/util/Currency.html">http://www.icu-project.org/apiref/icu4j/index.html?com/ibm/icu/util/Currency.html</a>

While for Android, Google provides their own getSymbol()
<a href="https://developer.android.com/reference/java/util/Currency.html">https://developer.android.com/reference/java/util/Currency.html</a>

@Eike?</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>