Skip to content

Commit

Permalink
perlebcdic: Document v5.22 EBCDIC bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed May 9, 2015
1 parent f6cf462 commit 416c06f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pod/perlebcdic.pod
Expand Up @@ -1842,6 +1842,22 @@ XXX.

=item *

The C<cmp> (and hence C<sort>) operators do not necessarily give the
correct results when both operands are UTF-EBCDIC encoded strings and
there is a mixture of ASCII and/or control characters, along with other
characters.

=item *

Ranges containing C<\N{...}> in the C<tr///> (and C<y///>)
transliteration operators are treated differently than the equivalent
ranges in regular expression pattersn. They should, but don't, cause
the values in the ranges to all be treated as Unicode code points, and
not native ones. (L<perlre/Version 8 Regular Expressions> gives
details as to how it should work.)

=item *

Not all shells will allow multiple C<-e> string arguments to perl to
be concatenated together properly as recipes in this document
0, 2, 4, 5, and 6 might
Expand Down

0 comments on commit 416c06f

Please sign in to comment.