From a52f89aa08d5f4679a1e3af9a1eb96e7669538a9 Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 1 Jun 2007 03:28:52 +0000 Subject: [PATCH] *** empty log message *** --- LANGDATA/LANGUAGE.awk | 2 +- LANGDATA/native.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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 -- 1.7.10.4