Subject: | I18N::LangTags::locale2language_tag() does not allow trailing '_' |
normalize_tag()
$tag =~ s{\s+}{}g;
+ $tag =~ s{[^a-z0-9]+$}{}; # I18N::LangTags::locale2language_tag()
does not allow trailing '_'
$tag =~ s{[^a-z0-9]+}{_}g;
This queue is for tickets about the Locales CPAN distribution.
The Basics
People
|
Bug Information
|