diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-12 16:07:22 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-12 16:07:22 +0000 |
commit | 421e5dc37afb0f200f7b7aae87d7e323a6182239 (patch) | |
tree | febc8460417286a4533c3cda1a528b08d3b9d764 | |
parent | 4ce9c3e619c6ed8983fc8632268bc79c26008e0e (diff) | |
download | perl-421e5dc37afb0f200f7b7aae87d7e323a6182239.tar.gz |
Tell where the nice Estonian database is.
p4raw-id: //depot/perl@11312
-rw-r--r-- | lib/open.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/open.pm b/lib/open.pm index 441fc8cf60..4c18c100b7 100644 --- a/lib/open.pm +++ b/lib/open.pm @@ -30,8 +30,8 @@ sub _get_locale_encoding { # parts of LC_ALL and LANG (the parts before the dot (if any)), # since we have Locale::Country and Locale::Language available. # TODO: get a database of Language -> Encoding mappings - # (the Estonian database would be excellent!) - # --jhi + # (the Estonian database at http://www.eki.ee/letter/ + # would be excellent!) --jhi } if (defined $locale_encoding && $locale_encoding eq 'euc' && |