Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- # 88055 Open [BIRT] ReportParameterConverter.parse(Float) needs upper case "E"

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- # 88055 Open [BIRT] ReportParameterConverter.parse(Float) needs upper case "E"

- Summary:

- Bugzilla Bug (s) Resolved:
#  88055  Open  [BIRT] ReportParameterConverter.parse(Float) needs upper case "E"

- Description:
        The ICU only support 'E' as the exponent symbol, so we need translate the number to upper before call ICU to parse it.

       

- Tests Description  :

        Unit Test

- Notes to Build Team:
Check into both the 2.1.1 and main branch.


- Notes to Developers:

- Notes to QA:  

 
- Notes to Documentation:  

- Files Edited:
cvs ci -m "support both 'e' and 'E' in scientifc notation" -l "/org.eclipse.birt.report.engine/test/org/eclipse/birt/report/engine/api/ParameterConverterTest.java"

cvs ci -m "support both 'e' and 'E' in scientifc notation" -l "/org.eclipse.birt.core/src/org/eclipse/birt/core/format/NumberFormatter.java"


- Files Added:

- Files Deleted


-Wei Yan



Back to the top