diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-09-14 14:16:27 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-09-14 14:16:27 +0000 |
commit | 383e7cdd17eec132ddb7b17dd6275f3153cbe989 (patch) | |
tree | bcd4e5c5e3032db9b0b47a7e90b770dbfd7d3712 /op.h | |
parent | 2c674647e4cd32dc05dd268c2de5090815265695 (diff) | |
download | perl-383e7cdd17eec132ddb7b17dd6275f3153cbe989.tar.gz |
Remove vestiges of tr//CU.
Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
From: Nick Clark <nick@plum.flirble.org>
Date: Tue, 12 Sep 2000 22:50:14 +0100
Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
Date: Tue, 12 Sep 2000 21:38:48 -0700
Message-ID: <YTwv5gzkgmfL092yn@efn.org>
p4raw-id: //depot/perl@7069
Diffstat (limited to 'op.h')
-rw-r--r-- | op.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -130,9 +130,7 @@ Deprecated. Use C<GIMME_V> instead. /* Private for OP_TRANS */ #define OPpTRANS_FROM_UTF 1 #define OPpTRANS_TO_UTF 2 -#define OPpTRANS_IDENTICAL 4 - /* When CU or UC, means straight latin-1 to utf-8 or vice versa */ - /* Otherwise, IDENTICAL means the right side is the same as the left */ +#define OPpTRANS_IDENTICAL 4 /* right side is same as left */ #define OPpTRANS_SQUASH 8 #define OPpTRANS_DELETE 16 #define OPpTRANS_COMPLEMENT 32 |