This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
authorSimon Cozens <simon@netthink.co.uk>
Sat, 14 Oct 2000 20:52:13 +0000 (21:52 +0100)
committerJarkko Hietaniemi <jhi@iki.fi>
Sun, 15 Oct 2000 16:24:44 +0000 (16:24 +0000)
commit1d68d6cd5ca16f48de9798b0758052a6de564551
treecec6cf88c7c24c5ae0d5f41e34d4cc88133d4df8
parent93f04dac2ed878fbeae5ba64df628ed3ab0b6e21
Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>

p4raw-id: //depot/perl@7235
pp.c
t/op/bop.t
utf8.h