Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>It sounds like you have a handle on the best practices for formatting data. If I were you I would worry less about what is technically the standard but focus more on what it is your users are accustomed to.</p> <p>If you are operating in markets where users are fairly savvy about different currencies it is a very different thing than having more monocultural users. Depending on the case, you will need to design your interface in a different way.</p> <p>Moreover, if your requirement is to display <strong>any</strong> currency to <strong>any</strong> locale, the <a href="http://en.wikipedia.org/wiki/ISO_4217" rel="nofollow noreferrer">ISO4217</a> standard is your best bet. It is what is shown at currency exchange shops across the world, on currency exchanges, invoices, etc. Otherwise, displaying currency symbols could be rather confusing to some users and the symbol by itself does not indicate what currency the amount actually is.</p> <p>I would also reference the following SO questions. Not all of them directly relate to your problem, but they have very good meta discussions about the issues involved in supporting multiple currencies.</p> <ul> <li><a href="https://stackoverflow.com/questions/522855/how-do-i-round-up-currency-values-in-java">How do I round up currency values in Java</a></li> <li><a href="https://stackoverflow.com/questions/285680/representing-monetary-values-in-java">Representing Monetary Values in Java</a></li> <li><a href="https://stackoverflow.com/questions/611732/what-to-do-with-java-bigdecimal-performance">What to do with Java BigDecimal performance?</a></li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload