1
1
/*
2
- * Copyright (c) 2019, 2020 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2019, 2023 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
@@ -63,10 +63,10 @@ public enum RangeOption {
63
63
*
64
64
* <p>Most users should use NORMAL instead.
65
65
*
66
- * <p>This option is useful for maps that map surrogate code * units* to
66
+ * <p>This option is useful for maps that map surrogate code <i> units</i> to
67
67
* special values optimized for UTF-16 string processing
68
68
* or for special error behavior for unpaired surrogates,
69
- * but those values are not to be associated with the lead surrogate code * points* .
69
+ * but those values are not to be associated with the lead surrogate code <i> points</i> .
70
70
*
71
71
* @stable ICU 63
72
72
*/
@@ -80,10 +80,10 @@ public enum RangeOption {
80
80
*
81
81
* <p>Most users should use NORMAL instead.
82
82
*
83
- * <p>This option is useful for maps that map surrogate code * units* to
83
+ * <p>This option is useful for maps that map surrogate code <i> units</i> to
84
84
* special values optimized for UTF-16 string processing
85
85
* or for special error behavior for unpaired surrogates,
86
- * but those values are not to be associated with the lead surrogate code * points* .
86
+ * but those values are not to be associated with the lead surrogate code <i> points</i> .
87
87
*
88
88
* @stable ICU 63
89
89
*/
0 commit comments