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#
13com.ibm.icu.util.TimeZone.DefaultTimeZoneType = JDK
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#
23com.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#
31com.ibm.icu.impl.ICUResourceBundle.skipRuntimeLocaleResourceScan = false
32