This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
*ctl: test we handle the buffer as bytes
authorTony Cook <tony@develop-help.com>
Tue, 17 Nov 2020 03:20:41 +0000 (14:20 +1100)
committerTony Cook <tony@develop-help.com>
Tue, 24 Nov 2020 02:35:21 +0000 (13:35 +1100)
commit7274dea4b81e86585fcc4c4377c1a9918de3f4af
treedc1d088126c21d5d2903dc6ebed85d1758a5422e
parent18b3ff2673bbc5f9b37c6d9b6c912f882537ddc2
*ctl: test we handle the buffer as bytes

Previously this had the "unicode bug", an upgraded string would
be treated as the encoding of that string, rather than the raw
bytes.
doio.c
t/io/sem.t