ICU-12824 Update escape sequences for JavaDoc

X-SVN-Rev: 39610
This commit is contained in:
Craig Cornelius 2017-01-28 00:31:16 +00:00
parent 1e63072ce8
commit c21c41ac03
2 changed files with 4 additions and 4 deletions

View 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.
*

View 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