]> gitweb.fperrin.net Git - Dictionary.git/blob - jars/icu4j-52_1/main/classes/core/src/com/ibm/icu/ICUConfig.properties
Clean up imports.
[Dictionary.git] / jars / icu4j-52_1 / main / classes / core / src / com / ibm / icu / ICUConfig.properties
1 #*
2 #*******************************************************************************
3 #* Copyright (C) 2008-2012, 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 # @stable ICU 4.0
13 com.ibm.icu.util.TimeZone.DefaultTimeZoneType = ICU
14
15
16 # The default mode for when an apostrophe starts quoted literal text for
17 # MessageFormat output. See the API documentation for com.ibm.icu.text.MessagePatter
18 # for the details. [ DOUBLE_OPTIONAL | DOUBLE_REQUIRED ]
19 # @stable ICU 4.8
20 com.ibm.icu.text.MessagePattern.ApostropheMode = DOUBLE_OPTIONAL
21
22 #
23 # By default, DecimalFormat uses some internal equivalent character
24 # data in addition to ones in DecimalFormatSymbols for parsing
25 # decimal/grouping separators.  When this property is true,
26 # DecimalFormat uses separators configured by DecimalFormatSymbols only
27 # and does not try to find a match in the internal equivalent character
28 # data.
29 # @internal
30 com.ibm.icu.text.DecimalFormat.SkipExtendedSeparatorParsing = false
31
32
33
34 # [Internal Use Only]
35 # Disable resource path scan for building full locale name list
36 # at run time.
37 # @internal
38 com.ibm.icu.impl.ICUResourceBundle.skipRuntimeLocaleResourceScan = false
39
40 #
41 # [Internal Use Only]
42 # Time zone names service factory
43 # @internal
44 # com.ibm.icu.text.TimeZoneNames.Factory.impl = com.ibm.icu.impl.TimeZoneNamesFactoryImpl