#*
#*******************************************************************************
-#* Copyright (C) 2008-2011, International Business Machines Corporation and *
+#* Copyright (C) 2008-2012, International Business Machines Corporation and *
#* others. All Rights Reserved. *
#*******************************************************************************
#* This is the properties contains ICU runtime configuration
#
# The default TimeZone implementation type used by the ICU TimeZone
# factory method. [ ICU | JDK ]
-#
+# @stable ICU 4.0
com.ibm.icu.util.TimeZone.DefaultTimeZoneType = ICU
+
+# The default mode for when an apostrophe starts quoted literal text for
+# MessageFormat output. See the API documentation for com.ibm.icu.text.MessagePatter
+# for the details. [ DOUBLE_OPTIONAL | DOUBLE_REQUIRED ]
+# @draft ICU 4.8
+com.ibm.icu.text.MessagePattern.ApostropheMode = DOUBLE_OPTIONAL
+
#
# By default, DecimalFormat uses some internal equivalent character
# data in addition to ones in DecimalFormatSymbols for parsing
# DecimalFormat uses separators configured by DecimalFormatSymbols only
# and does not try to find a match in the internal equivalent character
# data.
-#
+# @internal
com.ibm.icu.text.DecimalFormat.SkipExtendedSeparatorParsing = false
# [Internal Use Only]
# Disable resource path scan for building full locale name list
# at run time.
-#
+# @internal
com.ibm.icu.impl.ICUResourceBundle.skipRuntimeLocaleResourceScan = false
#
# [Internal Use Only]
# Time zone names service factory
-#
+# @internal
# com.ibm.icu.text.TimeZoneNames.Factory.impl = com.ibm.icu.impl.TimeZoneNamesFactoryImpl