From: Jarkko Hietaniemi Date: Sun, 3 Feb 2002 16:05:12 +0000 (+0000) Subject: Upgrade to I18N::LangTags::List 0.27, from Sean Burke. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=483dd22054d0fee2b8a26b1ba538ef258bd82a3d;p=p5sagit%2Fp5-mst-13.2.git Upgrade to I18N::LangTags::List 0.27, from Sean Burke. p4raw-id: //depot/perl@14533 --- diff --git a/lib/I18N/LangTags/List.pm b/lib/I18N/LangTags/List.pm index ca5ae42..2dbd19a 100644 --- a/lib/I18N/LangTags/List.pm +++ b/lib/I18N/LangTags/List.pm @@ -1,10 +1,10 @@ require 5; package I18N::LangTags::List; -# Time-stamp: "2001-06-20 12:01:15 MDT" +# Time-stamp: "2002-02-02 20:13:58 MST" use strict; use vars qw(%Name $Debug $VERSION); -$VERSION = '0.24'; +$VERSION = '0.25'; # POD at the end. #---------------------------------------------------------------------- @@ -117,7 +117,7 @@ when qualified by a country code ("en-US"). Less well-known are the arbitrary-length non-ISO codes (like "i-mingo"), and the recently (in 2001) introduced three-letter ISO-639-2 codes. -Remember this important facts: +Remember these important facts: =over @@ -128,7 +128,7 @@ instead of a "-", (almost?) always matches C, and I something different than a language tag. A language tag denotes a language. A locale ID denotes a language I a particular place, in combination with non-linguistic -location-specific information such as what currency in used +location-specific information such as what currency is used there. Locales I often denote character set information, as in "en_US.ISO8859-1". @@ -139,7 +139,7 @@ Language tags are not for computer languages. =item * "Dialect" is not a useful term, since there is no objective -criterion for establishing when two languages are +criterion for establishing when two language-forms are dialects of eachother, or are separate languages. =item * @@ -157,7 +157,7 @@ bibliographic tags that classify whole groups of languages, as with cus "Cushitic (Other)" (i.e., a language that has been classed as Cushtic, but which has no more specific code) or the even less linguistically coherent -sai for "South American Indian (Other)". While useful in +sai for "South American Indian (Other)". Though useful in bibliography, B. For further guidance, email me. @@ -1339,8 +1339,8 @@ eq Kiswahili =item {sv} : Swedish Notable forms: -sv-se {Sweden Swedish}; -sv-fi {Finland Swedish}. +{sv-se} Sweden Swedish; +{sv-fi} Finland Swedish. =item {syr} : Syriac @@ -1558,7 +1558,7 @@ L and its "See Also" section. =head1 COPYRIGHT AND DISCLAIMER -Copyright (c) 2001 Sean M. Burke. All rights reserved. +Copyright (c) 2001,2002 Sean M. Burke. All rights reserved. You can redistribute and/or modify this document under the same terms as Perl itself.