This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Deprecate non-grapheme string delimiter
authorKarl Williamson <khw@cpan.org>
Tue, 20 Dec 2016 20:41:58 +0000 (13:41 -0700)
committerKarl Williamson <khw@cpan.org>
Sat, 24 Dec 2016 05:52:44 +0000 (22:52 -0700)
commit94749a5ed2171bb6de72e384a78f5df552d812bb
treececdd172789047a484c5623cd15f1bce424fc1f1
parent9e7ded3f8151b7f66398bfd77fca0565ee90166a
Deprecate non-grapheme string delimiter

In order for Perl to eventually allow string delimiters to be Unicode
grapheme clusters (which look like a single character, but may be
multiple ones), we have to stop allowing a single char delimiter that
isn't a grapheme by itself.  These are unlikely to exist in actual code,
as they would typically display as attached to the character in front of
them, but we should be sure.
embed.fnc
embed.h
pod/perldelta.pod
pod/perldiag.pod
proto.h
regexec.c
t/lib/warnings/toke
toke.c