]> granicus.if.org Git - icu/commitdiff
ICU-12824 Update escape sequences for JavaDoc
authorCraig Cornelius <ccornelius@google.com>
Sat, 28 Jan 2017 00:31:16 +0000 (00:31 +0000)
committerCraig Cornelius <ccornelius@google.com>
Sat, 28 Jan 2017 00:31:16 +0000 (00:31 +0000)
X-SVN-Rev: 39610

icu4j/main/classes/core/src/com/ibm/icu/text/MessageFormat.java
icu4j/main/classes/core/src/com/ibm/icu/text/UnicodeSet.java

index 9b2dd308e4940efe6124ed96bbbf40116b7e5041..f31f5d52c029a2160d6e9e15a7d19ab426ca2359 100644 (file)
@@ -139,8 +139,8 @@ import com.ibm.icu.util.ULocale.Category;
  *       and unquoted {curly braces} must occur in matched pairs.
  * </ul>
  *
- * <p>Recommendation: Use the real apostrophe (single quote) character \u2019 for
- * human-readable text, and use the ASCII apostrophe (\u0027 ' )
+ * <p>Recommendation: Use the real apostrophe (single quote) character \\u2019 for
+ * human-readable text, and use the ASCII apostrophe (\\u0027 ' )
  * only in program syntax, like quoting in MessageFormat.
  * See the annotations for U+0027 Apostrophe in The Unicode Standard.
  *
index 38510c39899abd113868bc958f778e0d4fdd18d4..5f6e140ac30fabfeb98b04159511f006902f8ea3 100644 (file)
@@ -3409,8 +3409,8 @@ public class UnicodeSet extends UnicodeFilter implements Iterable<String>, Compa
      * property alias, or a special ID.  Special IDs are matched
      * loosely and correspond to the following sets:
      *
-     * "ANY" = [\u0000-\U0010FFFF],
-     * "ASCII" = [\u0000-\u007F].
+     * "ANY" = [\\u0000-\\U0010FFFF],
+     * "ASCII" = [\\u0000-\\u007F].
      *
      * @param valueAlias a value alias, either short or long.  The
      * name is matched loosely.  See PropertyValueAliases.txt for