]> gitweb.fperrin.net Git - Dictionary.git/blob - jars/icu4j-4_8_1_1/main/classes/core/src/com/ibm/icu/ICUConfig.properties
Added flags.
[Dictionary.git] / jars / icu4j-4_8_1_1 / main / classes / core / src / com / ibm / icu / ICUConfig.properties
1 #*
2 #*******************************************************************************
3 #* Copyright (C) 2008-2011, International Business Machines Corporation and    *
4 #* others. All Rights Reserved.                                                *
5 #*******************************************************************************
6 #* This is the properties contains ICU runtime configuration 
7 #*
8
9 #
10 # The default TimeZone implementation type used by the ICU TimeZone
11 # factory method. [ ICU | JDK ]
12 #
13 com.ibm.icu.util.TimeZone.DefaultTimeZoneType = ICU
14
15 #
16 # By default, DecimalFormat uses some internal equivalent character
17 # data in addition to ones in DecimalFormatSymbols for parsing
18 # decimal/grouping separators.  When this property is true,
19 # DecimalFormat uses separators configured by DecimalFormatSymbols only
20 # and does not try to find a match in the internal equivalent character
21 # data.
22 #
23 com.ibm.icu.text.DecimalFormat.SkipExtendedSeparatorParsing = false
24
25
26
27 # [Internal Use Only]
28 # Disable resource path scan for building full locale name list
29 # at run time.
30 #
31 com.ibm.icu.impl.ICUResourceBundle.skipRuntimeLocaleResourceScan = false
32
33 #
34 # [Internal Use Only]
35 # Time zone names service factory
36 #
37 # com.ibm.icu.text.TimeZoneNames.Factory.impl = com.ibm.icu.impl.TimeZoneNamesFactoryImpl