Comment 18 for bug 1709710

Revision history for this message
Bill Erickson (berick) wrote :

Code looks good. Tests pass.

Do we need to tell the Perl length() incantation in the patch to calculate bytes instead of characters? We have related examples of {use bytes; $l = length($s);} in the code. I can make that change if it sounds sane.