From: SADAHIRO Tomoyuki Date: Sat, 7 Feb 2004 00:08:36 +0000 (+0900) Subject: chomp() cares about Unicode X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f5b005ca88f5f6ed7eaad9335c79e59a5874c00a;p=p5sagit%2Fp5-mst-13.2.git chomp() cares about Unicode Message-Id: <20040206235116.0E36.BQW10602@nifty.com> p4raw-id: //depot/perl@22284 --- diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index b05edab..7de87ac 100644 --- a/pod/perlunicode.pod +++ b/pod/perlunicode.pod @@ -559,10 +559,10 @@ that make the distinction. Most operators that deal with positions or lengths in a string will automatically switch to using character positions, including -C, C, C, C, C, +C, C, C, C, C, C, C, C, and C. Operators that specifically do not switch include C, C, and -C. Operators that really don't care include C, +C. Operators that really don't care include operators that treats strings as a bucket of bits such as C, and operators dealing with filenames.