diff --git a/pod/perlop.pod b/pod/perlop.pod index 9ddd7baa18b8..018698e89c1f 100644 --- a/pod/perlop.pod +++ b/pod/perlop.pod @@ -3243,6 +3243,10 @@ strings: The assignment variants of these operators (C<&= |= ^= &.= |.= ^.=>) behave likewise under the feature. +The behavior of these operators is problematic (and subject to change) +if either or both of the strings are encoded in UTF-8 (see +L. + See L for information on how to manipulate individual bits in a bit vector.