diff options
Diffstat (limited to 'lib/Locale')
-rw-r--r-- | lib/Locale/Language.pm | 5 | ||||
-rw-r--r-- | lib/Locale/Language.pod | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/lib/Locale/Language.pm b/lib/Locale/Language.pm index 70f118af27..df5f6235b4 100644 --- a/lib/Locale/Language.pm +++ b/lib/Locale/Language.pm @@ -107,7 +107,6 @@ sub all_language_names my $code; my $language; - while (<DATA>) { next unless /\S/; @@ -229,7 +228,7 @@ mt:Maltese my:Burmese na:Nauru -nb:Norwegian Bokml +nb:Norwegian Bokmål nd:Ndebele, North ne:Nepali ng:Ndonga @@ -298,7 +297,7 @@ ur:Urdu uz:Uzbek vi:Vietnamese -vo:Volapk +vo:Volapük wo:Wolof diff --git a/lib/Locale/Language.pod b/lib/Locale/Language.pod index 07ce4bafab..bd26d05955 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 E<lt>neil@bowers.comE<gt> |