File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -112,9 +112,10 @@ pub trait UnicodeNormalization<I: Iterator<Item = char>> {
112
112
/// (compatibility decomposition followed by canonical composition).
113
113
fn nfkc ( self ) -> Recompositions < I > ;
114
114
115
- /// A non-standard transformation which replaces select codepoints with
116
- /// normal forms using Standardized Variation Sequences. These are
117
- /// different than the standard decompositions, but they better preserve
115
+ /// A transformation which replaces codepoints with normal forms using
116
+ /// Standardized Variation Sequences. This is not part of the canonical
117
+ /// or compatibility decomposition algorithms, but performing it before
118
+ /// those algorithms produces normalized output which better preserves
118
119
/// the intent of the original text.
119
120
///
120
121
/// Note that many systems today ignore variation selectors, so these
You can’t perform that action at this time.
0 commit comments