In perl.git, the branch smoke-me/khw-locale has been created
<http://perl5.git.perl.org/perl.git/commitdiff/754ab9b73f22bd7794ec23d045798f445a10a36c?hp=0000000000000000000000000000000000000000>
at 754ab9b73f22bd7794ec23d045798f445a10a36c (commit)
- Log -----------------------------------------------------------------
commit 754ab9b73f22bd7794ec23d045798f445a10a36c
Author: Karl Williamson <[email protected]>
Date: Mon Oct 27 21:18:45 2014 -0600
Raise warnings for poorly supported locales
Perl only supports single-byte locales (except for UTF-8 ones), and has
poor support for 7-bit locales that aren't supersets of ASCII (these
should be exceedingly rare these days).
This commit raises warnings in the new locale warning category when
such a locale is entered.
M locale.c
M pod/perldiag.pod
commit bcdfd53fb1e99150ca9472bdc7872278047996f1
Author: Karl Williamson <[email protected]>
Date: Mon Oct 27 21:16:10 2014 -0600
perldiag: Remove message that is not raised
This message isn't raised these days.
M pod/perldiag.pod
commit dda7952881993082429f5367e128784a7e02ae4a
Author: Karl Williamson <[email protected]>
Date: Mon Oct 27 21:02:38 2014 -0600
Add 'locale' warning category
This category will be used in future commits for warnings that are
entirely because of locale issues.
M lib/locale.pm
M lib/warnings.pm
M regen/warnings.pl
M t/op/caller.t
M warnings.h
-----------------------------------------------------------------------
--
Perl5 Master Repository