summaryrefslogtreecommitdiff
path: root/lib/I18N
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-02-03 16:05:12 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-02-03 16:05:12 +0000
commit483dd22054d0fee2b8a26b1ba538ef258bd82a3d (patch)
tree1f9e0e974823c767f06446d2bab7347be73dcee9 /lib/I18N
parentae3d0b9fbe7057e8e36ba43da0b29754d1fef731 (diff)
downloadperl-483dd22054d0fee2b8a26b1ba538ef258bd82a3d.tar.gz
Upgrade to I18N::LangTags::List 0.27, from Sean Burke.
p4raw-id: //depot/perl@14533
Diffstat (limited to 'lib/I18N')
-rw-r--r--lib/I18N/LangTags/List.pm18
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/I18N/LangTags/List.pm b/lib/I18N/LangTags/List.pm
index ca5ae42c09..2dbd19a5d7 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<m/^\w\w_\w\w\b/>, and
I<means> something different than a language tag. A language tag
denotes a language. A locale ID denotes a language I<as used in>
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<also> 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<SUCH TAGS ARE NOT
FOR GENERAL USE>. 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<I18N::LangTags|I18N::LangTags> 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.