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