In perl.git, the branch smoke-me/khw-locale has been created
<http://perl5.git.perl.org/perl.git/commitdiff/e5d4f26777e51417f76f65fc930d70567cf6a2b4?hp=0000000000000000000000000000000000000000>
at e5d4f26777e51417f76f65fc930d70567cf6a2b4 (commit)
- Log -----------------------------------------------------------------
commit e5d4f26777e51417f76f65fc930d70567cf6a2b4
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/perldelta.pod
M pod/perldiag.pod
M pod/perllocale.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