From: handa Date: Fri, 1 Jun 2007 03:28:52 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: REL-1-4-0~67 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a52f89aa08d5f4679a1e3af9a1eb96e7669538a9;p=m17n%2Fm17n-db.git *** empty log message *** --- diff --git a/LANGDATA/LANGUAGE.awk b/LANGDATA/LANGUAGE.awk index d87f8a6..945198b 100644 --- a/LANGDATA/LANGUAGE.awk +++ b/LANGDATA/LANGUAGE.awk @@ -71,7 +71,7 @@ BEGIN { NATIVE[$1] = $2; } } - while (getline < "en.tbl") { + while (getline < "en.lnm") { split($0, array, "\(| \"|\" \"|\"\)") ENGLISH[array[2]] = array[3]; } diff --git a/LANGDATA/native.txt b/LANGDATA/native.txt index 77bf209..52870bd 100644 --- a/LANGDATA/native.txt +++ b/LANGDATA/native.txt @@ -23,10 +23,10 @@ ## Each line of this file has this format: ## ISO639-2 | NATIVE-NAME [ | EXTRA-CHARS ] ## ISO639-2: 3-letter language code of ISO639-2. -;; NATIVE-NAME: Native name of the language extracted from: -;; EXTRA-CHARS: Extra characters that uniquifies the language. -;; -;; NATIVE-NAME is mainly got from these sites: +## NATIVE-NAME: Native name of the language. +## EXTRA-CHARS: Extra characters that uniquifies the language. +## +## NATIVE-NAME is mainly got from these sites: ;; http://www.unicode.org/Public/cldr/cldr1.2.zip ;; http://www.geonames.de/ ;; http://www.omniglot.com/language/names.htm