JDK-4107213 : Add support for variants in locales
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.util:i18n
  • Affected Version: 1.2.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_nt
  • CPU: x86
  • Submitted: 1998-01-27
  • Updated: 1998-03-17
  • Resolved: 1998-03-17
Related Reports
Duplicate :  
Description

Name: bb33257			Date: 01/27/98


In addition to the variants supported in the current API, many
countries have multiple, locale-specific objects, such as modern
and traditional Calendars (in Japan, China, Thailand, Arabic
countries, etc.), and Collators (Spain, Germany, etc.).  With
the new Euro currency, this is also required for Europe.  The
current Locale architecture does not provide an extensible
mechanism for accessing such objects.  Without this sort of
mechanism, each new requirement from different countries for
additional alternates requires additional API, delaying the
localization of those countries until the next major release.

We need a way to specify multiple locale "variants" that are
orthogonal to each other.

======================================================================

Comments
WORK AROUND Name: bb33257 Date: 01/27/98 None. ======================================================================
11-06-2004