Bug 129523 - ULocal unsupported
Summary: ULocal unsupported
Status: VERIFIED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P2 major (vote)
Target Milestone: 2.1.0 RC0   Edit
Assignee: Liang Yu CLA
QA Contact:
URL:
Whiteboard:
Keywords: api
Depends on:
Blocks: 127013
  Show dependency tree
 
Reported: 2006-02-27 02:17 EST by Frank Zhang CLA
Modified: 2008-08-12 06:08 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Zhang CLA 2006-02-27 02:17:57 EST
When I fix bug 127013, I found that some engine APIs did support ULocal, but some didn't.
e.g.
Class ReportParameterConverter, only has 
  ReportParameterConverter( String format, Locale locale )
no 
  ReportParameterConverter( String format, ULocale ulocale )

Class StringFormatter not only has
 public StringFormatter( Locale locale )
but also
 public StringFormatter( ULocale ulocale )

We GUI can't fix bug 127013 until Engine absolutely support ICU4J.
Comment 1 Liang Yu CLA 2006-03-09 04:12:45 EST
add ULocale interface to:
org.eclipse.birt.report.engine.api.ReportParameterConverter
org.eclipse.birt.report.engine.api.IEngineTask
org.eclipse.birt.report.engine.api.impl.EngineTask