1#*
2#*******************************************************************************
3#* Copyright (C) 2008-2014, International Business Machines Corporation and    *
4#* others. All Rights Reserved.                                                *
5#*******************************************************************************
6#* This is the properties file which 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
13com.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
20com.ibm.icu.text.MessagePattern.ApostropheMode = DOUBLE_OPTIONAL
21
22#
23# [Internal Use Only]
24# By default, DecimalFormat uses some internal equivalent character
25# data in addition to ones in DecimalFormatSymbols for parsing
26# decimal/grouping separators.  When this property is true,
27# DecimalFormat uses separators configured by DecimalFormatSymbols only
28# and does not try to find a match in the internal equivalent character
29# data.
30# @internal
31com.ibm.icu.text.DecimalFormat.SkipExtendedSeparatorParsing = false
32
33# File system path where ICU looks for binary data files.
34# If not empty, then ICU looks for binary data files before looking for data on the classpath.
35# This string may contain multiple paths, see File.pathSeparatorChar.
36# Spaces (U+0020) around each path are trimmed away. Empty paths are ignored.
37# There may be individual files, for example, zoneinfo64.res,
38# or ICU4C .dat package files, for example, collation.dat or icudt54l.dat.
39# Each ICU data file may contain little-endian or big-endian data.
40# Each ICU data file's charset must be ASCII. (Platform type 'l' or 'b' but not 'e'.)
41# @draft ICU 54
42com.ibm.icu.impl.ICUBinary.dataPath =
43
44#
45# [Internal Use Only]
46# Disable resource path scan for building full locale name list
47# at run time.
48# @internal
49com.ibm.icu.impl.ICUResourceBundle.skipRuntimeLocaleResourceScan = false
50
51#
52# [Internal Use Only]
53# Time zone names service factory
54# @internal
55# com.ibm.icu.text.TimeZoneNames.Factory.impl = com.ibm.icu.impl.TimeZoneNamesFactoryImpl
56
57#
58# [Internal Use Only]
59# LocaleDisplayNames implementation class
60# @internal
61# com.ibm.icu.text.LocaleDisplayNames.impl = com.ibm.icu.impl.LocaleDisplayNamesImpl
62