]> gitweb.fperrin.net Git - Dictionary.git/blob - jars/icu4j-52_1/main/classes/localespi/src/com/ibm/icu/impl/javaspi/ICULocaleServiceProviderConfig.properties
Added flags.
[Dictionary.git] / jars / icu4j-52_1 / main / classes / localespi / src / com / ibm / icu / impl / javaspi / ICULocaleServiceProviderConfig.properties
1 #*
2 #*******************************************************************************
3 #* Copyright (C) 2008-2012, International Business Machines Corporation and    *
4 #* others. All Rights Reserved.                                                *
5 #*******************************************************************************
6 #* This is the properties is used for configuring ICU locale service provider
7 #* implementation.
8 #*
9
10 # Whether if Locales with ICU's variant suffix will be included in getAvailableLocales.
11 # [default: true]
12 com.ibm.icu.impl.javaspi.ICULocaleServiceProvider.enableIcuVariants = true
13
14 # Suffix string used in Locale's variant field to specify the ICU implementation.
15 # [default: ICU4J]
16 com.ibm.icu.impl.javaspi.ICULocaleServiceProvider.icuVariantSuffix = ICU4J
17
18 # Whether if 3-letter language Locales are included in getAvailabeLocales.
19 # [default: true]
20 com.ibm.icu.impl.javaspi.ICULocaleServiceProvider.enableIso3Languages = true
21
22 # Whether if java.text.DecimalFormat subclass is used for NumberFormat#getXXXInstance.
23 # DecimalFormat#format(Object,StringBuffer,FieldPosition) is declared as final, so
24 # ICU cannot override the implementation.  As a result, some number types such as
25 # BigInteger/BigDecimal are not handled by the ICU implementation.  If a client expects
26 # NumberFormat#getXXXInstance returns a DecimalFormat (for example, need to manipulate
27 # decimal format patterns), he/she can set true to this setting.  However, in this case,
28 # BigInteger/BigDecimal support is not done by ICU's implementation.
29 # [default: false]
30 com.ibm.icu.impl.javaspi.ICULocaleServiceProvider.useDecimalFormat = false