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