1 # Copyright (C) 2016 and later: Unicode, Inc. and others. 2 # License & terms of use: http://www.unicode.org/copyright.html 3 #******************************************************************************* 4 #* Copyright (C) 2008-2011, International Business Machines Corporation and * 5 #* others. All Rights Reserved. * 6 #******************************************************************************* 7 #* This is the properties contains ICU runtime configuration 8 #* 9 10 # 11 # The default TimeZone implementation type used by the ICU TimeZone 12 # factory method. [ ICU | JDK ] 13 # 14 com.ibm.icu.util.TimeZone.DefaultTimeZoneType = JDK 15 16 # 17 # By default, DecimalFormat uses some internal equivalent character 18 # data in addition to ones in DecimalFormatSymbols for parsing 19 # decimal/grouping separators. When this property is true, 20 # DecimalFormat uses separators configured by DecimalFormatSymbols only 21 # and does not try to find a match in the internal equivalent character 22 # data. 23 # 24 com.ibm.icu.text.DecimalFormat.SkipExtendedSeparatorParsing = false 25 26 27 # 28 # [Internal Use Only] 29 # Disable resource path scan for building full locale name list 30 # at run time. 31 # 32 com.ibm.icu.impl.ICUResourceBundle.skipRuntimeLocaleResourceScan = false 33