> Wouldn't backing out multichar folds for 5.14 introduce a regression?
Specifically, it would break things like this, which already worked:
% perl5.12.0 -E 'say "\x{FB00}" =~ /ff/i || 0'
1
...
% perl5.12.3 -E 'say "\x{FB00}" =~ /ff/i || 0'
1
--tom
Thread Previous
|
Thread Next