This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 27 Mar 2001 14:00:24 +0000 (14:00 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 27 Mar 2001 14:00:24 +0000 (14:00 +0000)
commit1bd104fb42e49d4507cd6d328c6a09508c790c28
treefbbd3c89b0514a3c09a8ba78469dc16802bace3c
parentab1e085c39e9da9a4cec7d00a632a24d5c3b397f
sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
noted by Gisle and fixed by NI-S.

p4raw-id: //depot/perl@9375
sv.c