Jump to content
We've recently updated our Privacy Statement, available here ×
  • Currency symbol '¤' not displaying in the locale currency format on the server


    vchiem
    • Features: JasperReports Server, Localization Version: v6.4 Product: JasperReports® Server

    Issue:

    When viewing the report on the TIBCO JasperReports® Server, the currency symbol placeholder, '¤' is not properly displaying in the locale currency format.

    The currency sign/symbol is specified in the TIBCO Jaspersoft® Studio report's pattern expression of the text element, for example '¤#,##0.##' 

    In the case of Japanese locale, the "¤" is not displayed as '' (Japanese Yen) but instead remains as '¤'.

    Note: When previewing the report in TIBCO Jaspersoft® Studio, the currency is correctly displayed.

     


    Solution:

    1> Edit the file:

    ../jasperserver-pro/WEB-INF/applicationContext-security.xml

    2> Locate bean 'userLocalesList' and modify these two values from 'en' and 'ja' to 'en_US' and 'ja_JP' respectively :

              <value type="java.util.Locale">en_US</value>
              <value type="java.util.Locale">ja_JP</value>

    3> Restart the TIBCO JasperReports® Server.

     


    ref: 01803823


    User Feedback

    Recommended Comments

    There are no comments to display.



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...