--- old/src/share/classes/java/text/spi/DecimalFormatSymbolsProvider.java Mon Aug 13 12:03:13 2012 +++ new/src/share/classes/java/text/spi/DecimalFormatSymbolsProvider.java Mon Aug 13 12:03:11 2012 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -34,7 +34,17 @@ * provide instances of the * {@link java.text.DecimalFormatSymbols DecimalFormatSymbols} class. * + *

The requested {@code Locale} may contain an extension for + * specifying the desired numbering system. For example, {@code "ar-u-nu-arab"} + * (in the BCP 47 language tag form) specifies Arabic with the Arabic-Indic + * digits and symbols, while {@code "ar-u-nu-latn"} specifies Arabic with the + * Latin digits and symbols. Refer to the Unicode Locale Data Markup + * Language (LDML) specification for numbering systems. + * * @since 1.6 + * @see Locale#forLanguageTag(String) + * @see Locale#getExtension(char) */ public abstract class DecimalFormatSymbolsProvider extends LocaleServiceProvider {