]> granicus.if.org Git - icu/commitdiff
ICU-8895 Added API status comments in ICUConfig.properties, although the tag is not...
authorYoshito Umaoka <y.umaoka@gmail.com>
Tue, 17 Jan 2012 08:15:51 +0000 (08:15 +0000)
committerYoshito Umaoka <y.umaoka@gmail.com>
Tue, 17 Jan 2012 08:15:51 +0000 (08:15 +0000)
X-SVN-Rev: 31216

icu4j/main/classes/core/src/com/ibm/icu/ICUConfig.properties

index 01a5ef68d0644b5b20bee6f7b174297e2d352e72..12950c0d920871753d39362e087fc872ae234a70 100644 (file)
@@ -1,6 +1,6 @@
 #*
 #*******************************************************************************
-#* 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 
@@ -9,9 +9,16 @@
 #
 # 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
@@ -19,7 +26,7 @@ com.ibm.icu.util.TimeZone.DefaultTimeZoneType = ICU
 # 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
 
 
@@ -27,11 +34,11 @@ 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