This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
locale.c: Clarify warning message
authorKarl Williamson <khw@cpan.org>
Fri, 16 Mar 2018 19:57:00 +0000 (13:57 -0600)
committerKarl Williamson <khw@cpan.org>
Fri, 16 Mar 2018 20:09:42 +0000 (14:09 -0600)
commit6726b4f40a8baa55f93e1dc39b22e799d43bd9d0
treeac775874917bcd4b9ee29398dcac52dda7d491c0
parentf0023d47ed03cb97a4ad1075a2a56663063fa641
locale.c: Clarify warning message

When there are discrepancies in the locale and what Perl is expecting, a
warning is raised listing the problematic characters.  For \n, and \t,
they should have been displayed as mnemonics, but a required backslash
to escape things had been omitted, so they were displayed literally, so
looked just like white space.  Also, put any displayed blank in ' ' so
it won't look like the list is empty.
locale.c