This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
sv.c: Handle radix being multi-byte and not UTF-8
authorKarl Williamson <khw@cpan.org>
Wed, 10 Feb 2016 21:21:24 +0000 (14:21 -0700)
committerKarl Williamson <khw@cpan.org>
Thu, 11 Feb 2016 04:16:44 +0000 (21:16 -0700)
commit3dbc6af5bbf573b8a656c27f7beffd8e552ccd64
tree94a76c875f635dfe19af10e7da29113a88c2410b
parente29d83e275fddfa5dff93b81c390faeb10b4bf17
sv.c: Handle radix being multi-byte and not UTF-8

While reviewing this code, I realized that the decimal point could
legally be a sequence of characters, not just a single one.  I don't
know of any cases of that happening, but it's easy to handle that
possibility.
sv.c