Ticket #6672 (closed defect: fixed)

Bug contains 1 commit(s) | SVN Diffs for #6672

 

Opened 1 year ago

Last modified 1 year ago

ULocale#getDefault() strips off keywords

Reported by: yoshito Assigned to: yoshito
Priority: major Milestone: 4.1.2
Component: unknown Version: 4.0
Keywords: Cc:
Load: Xref: EclipseBug:243270
Java Version: Operating System:
Project (C/J): ICU4J Weeks:
Review: doug

Description

The following code snippet returns ULocale "ja_JP" and missing @calendar=japanese

        ULocale.setDefault(new ULocale("ja_JP@calendar=japanese"));
        ULocale loc = ULocale.getDefault();
        System.out.println(loc);

Eclipse team needs this problem fixed to implement the feature mentioned in EclipseBug:243270

Attachments

Change History

01/06/09 00:59:10 changed by yoshito

  • revw set to doug.

01/14/09 11:26:36 changed by doug

  • status changed from new to closed.
  • resolution set to fixed.

Add/Change #6672 (ULocale#getDefault() strips off keywords)




Anti spam check: