From: Jarkko Hietaniemi Date: Wed, 27 Mar 2002 21:59:54 +0000 (+0000) Subject: UTF-8-ify __DATA__. (TODO: let Neil Bowers know.) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=93b513be8d1e49c6a5b8a24b78a05bc6fcd175aa;p=p5sagit%2Fp5-mst-13.2.git UTF-8-ify __DATA__. (TODO: let Neil Bowers know.) p4raw-id: //depot/perl@15557 --- diff --git a/lib/Locale/Language.pm b/lib/Locale/Language.pm index 70f118a..df5f623 100644 --- a/lib/Locale/Language.pm +++ b/lib/Locale/Language.pm @@ -107,7 +107,6 @@ sub all_language_names my $code; my $language; - while () { next unless /\S/; @@ -229,7 +228,7 @@ mt:Maltese my:Burmese na:Nauru -nb:Norwegian Bokmål +nb:Norwegian BokmÃ¥l nd:Ndebele, North ne:Nepali ng:Ndonga @@ -298,7 +297,7 @@ ur:Urdu uz:Uzbek vi:Vietnamese -vo:Volapük +vo:Volapük wo:Wolof diff --git a/lib/Locale/Language.pod b/lib/Locale/Language.pod index 07ce4ba..bd26d05 100644 --- a/lib/Locale/Language.pod +++ b/lib/Locale/Language.pod @@ -141,6 +141,12 @@ Home page for ISO 639-2. =back +=head1 ENCODING + +The language names are encoded in UTF-8. (Currently this matters +only for two languages: Norwegian BokmÃ¥l, and VolapÃ¼k.) + + =head1 AUTHOR Neil Bowers Eneil@bowers.comE