This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make chomp heed the utf8 flags on the target string and $/
authorNicholas Clark <nick@ccl4.org>
Thu, 15 Jan 2004 00:03:04 +0000 (00:03 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 15 Jan 2004 00:03:04 +0000 (00:03 +0000)
commitc4c87a065d5684a07ac86a151149508724e14d4e
tree7a31550bcb46ef9edc1895fe18e15e2246b03e2c
parent2e038148849ab01588058f0158033f74c84f47f5
Make chomp heed the utf8 flags on the target string and $/
[Fixes #24888]
More work still needed to make chomp heed the encoding pragma.

p4raw-id: //depot/perl@22155
doop.c
t/op/chop.t