commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/gnue-config accounting/gl/defaults/insert-...


From: Neil Tiffin
Subject: gnue/gnue-config accounting/gl/defaults/insert-...
Date: Sat, 07 Jul 2001 06:13:51 -0700

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Neil Tiffin <address@hidden>    01/07/07 06:13:51

Modified files:
        gnue-config/accounting/gl/defaults: insert-en-status.geas 
                                            insert-en-type.geas 
        gnue-config/base/currency/defaults: 
                                            insert-en-ISO4217-currency.geas 
        gnue-config/base/language/defaults: 
                                            insert-ISO639LanguageCodes.geas 
        gnue-config/base/location/defaults: insert-en-country-codes.geas 
                                            insert-en-us-states.geas 

Log message:
        Final syntax corrections, All defaults now work with postgresql db and 
parse_load_sql.py.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-config/accounting/gl/defaults/insert-en-status.geas.diff?cvsroot=OldCVS&tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-config/accounting/gl/defaults/insert-en-type.geas.diff?cvsroot=OldCVS&tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-config/base/currency/defaults/insert-en-ISO4217-currency.geas.diff?cvsroot=OldCVS&tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-config/base/language/defaults/insert-ISO639LanguageCodes.geas.diff?cvsroot=OldCVS&tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-config/base/location/defaults/insert-en-country-codes.geas.diff?cvsroot=OldCVS&tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-config/base/location/defaults/insert-en-us-states.geas.diff?cvsroot=OldCVS&tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: gnue/gnue-config/accounting/gl/defaults/insert-en-status.geas
diff -u gnue/gnue-config/accounting/gl/defaults/insert-en-status.geas:1.2 
gnue/gnue-config/accounting/gl/defaults/insert-en-status.geas:1.3
--- gnue/gnue-config/accounting/gl/defaults/insert-en-status.geas:1.2   Sat Jul 
 7 05:45:44 2001
+++ gnue/gnue-config/accounting/gl/defaults/insert-en-status.geas       Sat Jul 
 7 06:13:51 2001
@@ -3,10 +3,10 @@
 -- This is a special file format that is converted by the
 -- GEAS sql loader into valid sql
 --
--- $Id: insert-en-status.geas,v 1.2 2001/07/07 12:45:44 ntiffin Exp $
+-- $Id: insert-en-status.geas,v 1.3 2001/07/07 13:13:51 ntiffin Exp $
 --
 
 INSERT INTO gl_acct__status (objectid, name, abbreviation, postable) VALUES
-  ("GEAS-OBJECT-ID", "Active",      "A", true);
-  ("GEAS-OBJECT-ID", "InActive",    "I", false);
-  ("GEAS-OBJECT-ID", "DeActivated", "D", false);
+  ('GEAS-OBJECT-ID', 'Active',      'A', true);
+  ('GEAS-OBJECT-ID', 'InActive',    'I', false);
+  ('GEAS-OBJECT-ID', 'DeActivated', 'D', false);
Index: gnue/gnue-config/accounting/gl/defaults/insert-en-type.geas
diff -u gnue/gnue-config/accounting/gl/defaults/insert-en-type.geas:1.2 
gnue/gnue-config/accounting/gl/defaults/insert-en-type.geas:1.3
--- gnue/gnue-config/accounting/gl/defaults/insert-en-type.geas:1.2     Sat Jul 
 7 05:45:44 2001
+++ gnue/gnue-config/accounting/gl/defaults/insert-en-type.geas Sat Jul  7 
06:13:51 2001
@@ -3,12 +3,12 @@
 -- This is a special file format that is converted by the
 -- GEAS sql loader into valid sql
 --
--- $Id: insert-en-type.geas,v 1.2 2001/07/07 12:45:44 ntiffin Exp $
+-- $Id: insert-en-type.geas,v 1.3 2001/07/07 13:13:51 ntiffin Exp $
 
 INSERT INTO gl_acct__type (objectid, name, description) VALUES  
-  ("GEAS-OBJECT-ID", "Assets",        "Assets");
-  ("GEAS-OBJECT-ID", "Liabilities",   "Liabilities");
-  ("GEAS-OBJECT-ID", "Expenses",      "Expenses");
-  ("GEAS-OBJECT-ID", "Revenues",      "Revenues");
-  ("GEAS-OBJECT-ID", "Cost",          "Cost of Goods");
-  ("GEAS-OBJECT-ID", "Capital",       "Capital");
\ No newline at end of file
+  ('GEAS-OBJECT-ID', 'Assets',        'Assets');
+  ('GEAS-OBJECT-ID', 'Liabilities',   'Liabilities');
+  ('GEAS-OBJECT-ID', 'Expenses',      'Expenses');
+  ('GEAS-OBJECT-ID', 'Revenues',      'Revenues');
+  ('GEAS-OBJECT-ID', 'Cost',          'Cost of Goods');
+  ('GEAS-OBJECT-ID', 'Capital',       'Capital');
\ No newline at end of file
Index: gnue/gnue-config/base/currency/defaults/insert-en-ISO4217-currency.geas
diff -u 
gnue/gnue-config/base/currency/defaults/insert-en-ISO4217-currency.geas:1.2 
gnue/gnue-config/base/currency/defaults/insert-en-ISO4217-currency.geas:1.3
--- gnue/gnue-config/base/currency/defaults/insert-en-ISO4217-currency.geas:1.2 
Sat Jul  7 05:45:44 2001
+++ gnue/gnue-config/base/currency/defaults/insert-en-ISO4217-currency.geas     
Sat Jul  7 06:13:51 2001
@@ -17,7 +17,7 @@
 -- This is a special file format that is converted by the
 -- GEAS sql loader into valid sql
 --
---    $Id: insert-en-ISO4217-currency.geas,v 1.2 2001/07/07 12:45:44 ntiffin 
Exp $
+--    $Id: insert-en-ISO4217-currency.geas,v 1.3 2001/07/07 13:13:51 ntiffin 
Exp $
 --
 
 INSERT INTO "currency__currency" (objectid, code, description, 
default_decimals) VALUES
@@ -58,8 +58,7 @@
 ('GEAS-OBJECT-ID', 'CUP', 'Cuban Peso',2);
 ('GEAS-OBJECT-ID', 'CVE', 'Cape Verde Escudo',2);
 ('GEAS-OBJECT-ID', 'CYP', 'Cyprus Pound',2);
-('GEAS-OBJECT-ID', 'DDM', 'East German Mark',2), 
-('GEAS-OBJECT-ID', 'DDR',2);
+('GEAS-OBJECT-ID', 'DDM', 'East German Mark',2);
 ('GEAS-OBJECT-ID', 'DEM', 'Deutsche Mark',2);
 ('GEAS-OBJECT-ID', 'DJF', 'Djibouti Franc',2);
 ('GEAS-OBJECT-ID', 'DKK', 'Danish Krone',2);
Index: gnue/gnue-config/base/language/defaults/insert-ISO639LanguageCodes.geas
diff -u 
gnue/gnue-config/base/language/defaults/insert-ISO639LanguageCodes.geas:1.2 
gnue/gnue-config/base/language/defaults/insert-ISO639LanguageCodes.geas:1.3
--- gnue/gnue-config/base/language/defaults/insert-ISO639LanguageCodes.geas:1.2 
Sat Jul  7 05:45:45 2001
+++ gnue/gnue-config/base/language/defaults/insert-ISO639LanguageCodes.geas     
Sat Jul  7 06:13:51 2001
@@ -7,144 +7,144 @@
 -- This is a special file format that is converted by the
 -- GEAS sql loader into valid sql
 --
--- $Id: insert-ISO639LanguageCodes.geas,v 1.2 2001/07/07 12:45:45 ntiffin Exp $
+-- $Id: insert-ISO639LanguageCodes.geas,v 1.3 2001/07/07 13:13:51 ntiffin Exp $
 --
 
 INSERT INTO language__language (objectid, code, desc_en, desc_fr) VALUES
-  ("GEAS-OBJECT-ID", "aa", "Afar",           "afar");
-  ("GEAS-OBJECT-ID", "ab", "Abkhazian",      "abkhaze");
-  ("GEAS-OBJECT-ID", "af", "Afrikaans",      "afrikaans");
-  ("GEAS-OBJECT-ID", "am", "Amharic",        "amharique");
-  ("GEAS-OBJECT-ID", "ar", "Arabic",         "arabe");
-  ("GEAS-OBJECT-ID", "as", "Assamese",       "assamais");
-  ("GEAS-OBJECT-ID", "ay", "Aymara",         "aymara");
-  ("GEAS-OBJECT-ID", "az", "Azerbaijani",    "azŽri");
-  ("GEAS-OBJECT-ID", "ba", "Bashkir",        "bachkir");
-  ("GEAS-OBJECT-ID", "be", "Byelorussian",   "biŽlorusse");
-  ("GEAS-OBJECT-ID", "bg", "Bulgarian",      "bulgare");
-  ("GEAS-OBJECT-ID", "bh", "Bihari",         "bihari");
-  ("GEAS-OBJECT-ID", "bi", "Bislama",        "bichlamar");
-  ("GEAS-OBJECT-ID", "bn", "Bengali Bangla", "bengali");
-  ("GEAS-OBJECT-ID", "bo", "Tibetan",        "tibŽtain");
-  ("GEAS-OBJECT-ID", "br", "Breton",         "breton");
-  ("GEAS-OBJECT-ID", "ca", "Catalan",        "catalan");
-  ("GEAS-OBJECT-ID", "co", "Corsican",       "corse");
-  ("GEAS-OBJECT-ID", "cs", "Czech",          "tchque");
-  ("GEAS-OBJECT-ID", "cy", "Welsh",          "gallois");
-  ("GEAS-OBJECT-ID", "da", "Danish",         "danois");
-  ("GEAS-OBJECT-ID", "de", "German",         "allemand");
-  ("GEAS-OBJECT-ID", "el", "Greek",          "grec");
-  ("GEAS-OBJECT-ID", "en", "English",        "anglais");
-  ("GEAS-OBJECT-ID", "eo", "Esperanto",      "espŽranto");
-  ("GEAS-OBJECT-ID", "es", "Spanish",        "espagnol");
-  ("GEAS-OBJECT-ID", "et", "Estonian",       "estonien");
-  ("GEAS-OBJECT-ID", "eu", "Basque",         "basque");
-  ("GEAS-OBJECT-ID", "fa", "Persian",        "persan");
-  ("GEAS-OBJECT-ID", "fi", "Finnish",        "finnois");
-  ("GEAS-OBJECT-ID", "fj", "Fijian",         "fidjien");
-  ("GEAS-OBJECT-ID", "fo", "Faeroese",       "fŽro•en");
-  ("GEAS-OBJECT-ID", "fr", "French",         "franais");
-  ("GEAS-OBJECT-ID", "fy", "Frisian",        "frison");
-  ("GEAS-OBJECT-ID", "ga", "Irish",          "irlandais");
-  ("GEAS-OBJECT-ID", "gd", "Scots, Gaelic",  "gaŽlique d'Ecosse");
-  ("GEAS-OBJECT-ID", "gl", "Gallegan",       "galicien");
-  ("GEAS-OBJECT-ID", "gn", "Guarani",        "guarani");
-  ("GEAS-OBJECT-ID", "gu", "Gujarati",       "goudjrati");
-  ("GEAS-OBJECT-ID", "he", "Hebrew",         "hŽbreu");
-  ("GEAS-OBJECT-ID", "ha", "Hausa",          "haoussa");
-  ("GEAS-OBJECT-ID", "hi", "Hindi",          "hindi");
-  ("GEAS-OBJECT-ID", "hr", "Croatian",       "croate");
-  ("GEAS-OBJECT-ID", "hu", "Hungarian",      "hongrois");
-  ("GEAS-OBJECT-ID", "hy", "Armenian",       "armŽnien");
-  ("GEAS-OBJECT-ID", "ia", "Interlingua",    "interlingua");
-  ("GEAS-OBJECT-ID", "id", "Indonesian",     "indonŽsien");
-  ("GEAS-OBJECT-ID", "ie", "Interlingue",    "interlingue");
-  ("GEAS-OBJECT-ID", "ik", "Inupiaq",        "inupiaq");
-  ("GEAS-OBJECT-ID", "is", "Icelandic",      "islandais");
-  ("GEAS-OBJECT-ID", "it", "Italian",        "italien");
-  ("GEAS-OBJECT-ID", "iu", "Inuktitut",      "inuktitut");
-  ("GEAS-OBJECT-ID", "ja", "Japanese",       "japonais");
-  ("GEAS-OBJECT-ID", "jw", "Javanese",       "javanais");
-  ("GEAS-OBJECT-ID", "ka", "Georgian",       "gŽorgien");
-  ("GEAS-OBJECT-ID", "kk", "Kazakh",         "kazakh");
-  ("GEAS-OBJECT-ID", "kl", "Kalaallisut",    "groenlandais");
-  ("GEAS-OBJECT-ID", "km", "Khmer",          "khmer");
-  ("GEAS-OBJECT-ID", "kn", "Kannada",        "kannada");
-  ("GEAS-OBJECT-ID", "ko", "Korean",         "corŽen");
-  ("GEAS-OBJECT-ID", "ks", "Kashmiri",       "kashmiri");
-  ("GEAS-OBJECT-ID", "ku", "Kurdish",        "kurde");
-  ("GEAS-OBJECT-ID", "ky", "Kirghiz",        "kirghize");
-  ("GEAS-OBJECT-ID", "la", "Latin",          "latin");
-  ("GEAS-OBJECT-ID", "ln", "Lingala",        "lingala");
-  ("GEAS-OBJECT-ID", "lo", "Lao",            "lao");
-  ("GEAS-OBJECT-ID", "lt", "Lithuanian",     "lituanien");
-  ("GEAS-OBJECT-ID", "lv", "Latvian",        "letton");
-  ("GEAS-OBJECT-ID", "mg", "Malagasy",       "malgache");
-  ("GEAS-OBJECT-ID", "mi", "Maori",          "maori");
-  ("GEAS-OBJECT-ID", "mk", "Macedonian",     "macŽdonien");
-  ("GEAS-OBJECT-ID", "ml", "Malayalam",      "malayalam");
-  ("GEAS-OBJECT-ID", "mn", "Mongolian",      "mongol");
-  ("GEAS-OBJECT-ID", "mo", "Moldavian",      "moldave");
-  ("GEAS-OBJECT-ID", "mr", "Marathi",        "marathe");
-  ("GEAS-OBJECT-ID", "ms", "Malay",          "malais");
-  ("GEAS-OBJECT-ID", "mt", "Maltese",        "maltais");
-  ("GEAS-OBJECT-ID", "my", "Burmese",        "birman");
-  ("GEAS-OBJECT-ID", "na", "Nauru",          "nauruan");
-  ("GEAS-OBJECT-ID", "ne", "Nepali",         "nŽpalais");
-  ("GEAS-OBJECT-ID", "nl", "Dutch",          "nŽerlandais");
-  ("GEAS-OBJECT-ID", "no", "Norwegian",      "norvŽgien");
-  ("GEAS-OBJECT-ID", "oc", "Occitan",        "occitan");
-  ("GEAS-OBJECT-ID", "om", "Oromo",          "galla");
-  ("GEAS-OBJECT-ID", "or", "Oriya",          "oriya");
-  ("GEAS-OBJECT-ID", "pa", "Panjabi",        "pendjabi");
-  ("GEAS-OBJECT-ID", "pl", "Polish",         "polonais");
-  ("GEAS-OBJECT-ID", "ps", "Pushto",         "pachto");
-  ("GEAS-OBJECT-ID", "pt", "Portuguese",     "portugais");
-  ("GEAS-OBJECT-ID", "qu", "Quechua",        "quechua");
-  ("GEAS-OBJECT-ID", "rm", "Raeto-Romance",  "rhŽto-roman");
-  ("GEAS-OBJECT-ID", "rn", "Rundi",          "rundi");
-  ("GEAS-OBJECT-ID", "ro", "Romanian",       "roumain");
-  ("GEAS-OBJECT-ID", "ru", "Russian",        "russe");
-  ("GEAS-OBJECT-ID", "rw", "Kinyarwanda",    "rwanda");
-  ("GEAS-OBJECT-ID", "sa", "Sanskrit",       "sanskrit");
-  ("GEAS-OBJECT-ID", "sd", "Sindhi",         "sindhi");
-  ("GEAS-OBJECT-ID", "sg", "Sango",          "sango");
-  ("GEAS-OBJECT-ID", "si", "Sinhalese",      "singhalais");
-  ("GEAS-OBJECT-ID", "sk", "Slovak",         "slovaque");
-  ("GEAS-OBJECT-ID", "sl", "Slovenian",      "slovne");
-  ("GEAS-OBJECT-ID", "sm", "Samoan",         "samoan");
-  ("GEAS-OBJECT-ID", "sn", "Shona",          "shona");
-  ("GEAS-OBJECT-ID", "so", "Somali",         "somali");
-  ("GEAS-OBJECT-ID", "sq", "Albanian",       "albanais");
-  ("GEAS-OBJECT-ID", "sr", "Serbian",        "serbe");
-  ("GEAS-OBJECT-ID", "ss", "Swati",          "swati");
-  ("GEAS-OBJECT-ID", "st", "Sotho",          "sotho");
-  ("GEAS-OBJECT-ID", "su", "Sundanese",      "soundanais");
-  ("GEAS-OBJECT-ID", "sv", "Swedish",        "suŽdois");
-  ("GEAS-OBJECT-ID", "sw", "Swahili",        "swahili");
-  ("GEAS-OBJECT-ID", "ta", "Tamil",          "tamoul");
-  ("GEAS-OBJECT-ID", "te", "Telugu",         "tŽlougou");
-  ("GEAS-OBJECT-ID", "tg", "Tajik",          "tadjik");
-  ("GEAS-OBJECT-ID", "th", "Thai",           "tha•");
-  ("GEAS-OBJECT-ID", "ti", "Tigrinya",       "tigrigna");
-  ("GEAS-OBJECT-ID", "tk", "Turkmen",        "turkmne");
-  ("GEAS-OBJECT-ID", "tl", "Tagalog",        "tagalog");
-  ("GEAS-OBJECT-ID", "tn", "Tswana",         "tswana");
-  ("GEAS-OBJECT-ID", "to", "Tonga",          "tongan");
-  ("GEAS-OBJECT-ID", "tr", "Turkish",        "turc");
-  ("GEAS-OBJECT-ID", "ts", "Tsonga",         "tsonga");
-  ("GEAS-OBJECT-ID", "tt", "Tatar",          "tatar");
-  ("GEAS-OBJECT-ID", "tw", "Twi",            "twi");
-  ("GEAS-OBJECT-ID", "ug", "Uighur",         "ou•gour");
-  ("GEAS-OBJECT-ID", "uk", "Ukrainian",      "ukrainien");
-  ("GEAS-OBJECT-ID", "ur", "Urdu",           "ourdou");
-  ("GEAS-OBJECT-ID", "uz", "Uzbek",          "ouszbek");
-  ("GEAS-OBJECT-ID", "vi", "Vietnamese",     "vietnamien");
-  ("GEAS-OBJECT-ID", "vo", "VolapŸk",        "volapŸk");
-  ("GEAS-OBJECT-ID", "wo", "Wolof",          "wolof");
-  ("GEAS-OBJECT-ID", "xh", "Xhosa",          "xhosa");
-  ("GEAS-OBJECT-ID", "y",  "Yiddish",        "yiddish");
-  ("GEAS-OBJECT-ID", "yo", "Yoruba",         "yoruba");
-  ("GEAS-OBJECT-ID", "za", "Zhuang",         "zhuang");
-  ("GEAS-OBJECT-ID", "zh", "Chinese",        "chinois");
-  ("GEAS-OBJECT-ID", "zu", "Zulu",           "zoulou");
+  ('GEAS-OBJECT-ID', 'aa', 'Afar',           'afar');
+  ('GEAS-OBJECT-ID', 'ab', 'Abkhazian',      'abkhaze');
+  ('GEAS-OBJECT-ID', 'af', 'Afrikaans',      'afrikaans');
+  ('GEAS-OBJECT-ID', 'am', 'Amharic',        'amharique');
+  ('GEAS-OBJECT-ID', 'ar', 'Arabic',         'arabe');
+  ('GEAS-OBJECT-ID', 'as', 'Assamese',       'assamais');
+  ('GEAS-OBJECT-ID', 'ay', 'Aymara',         'aymara');
+  ('GEAS-OBJECT-ID', 'az', 'Azerbaijani',    'azŽri');
+  ('GEAS-OBJECT-ID', 'ba', 'Bashkir',        'bachkir');
+  ('GEAS-OBJECT-ID', 'be', 'Byelorussian',   'biŽlorusse');
+  ('GEAS-OBJECT-ID', 'bg', 'Bulgarian',      'bulgare');
+  ('GEAS-OBJECT-ID', 'bh', 'Bihari',         'bihari');
+  ('GEAS-OBJECT-ID', 'bi', 'Bislama',        'bichlamar');
+  ('GEAS-OBJECT-ID', 'bn', 'Bengali Bangla', 'bengali');
+  ('GEAS-OBJECT-ID', 'bo', 'Tibetan',        'tibŽtain');
+  ('GEAS-OBJECT-ID', 'br', 'Breton',         'breton');
+  ('GEAS-OBJECT-ID', 'ca', 'Catalan',        'catalan');
+  ('GEAS-OBJECT-ID', 'co', 'Corsican',       'corse');
+  ('GEAS-OBJECT-ID', 'cs', 'Czech',          'tchque');
+  ('GEAS-OBJECT-ID', 'cy', 'Welsh',          'gallois');
+  ('GEAS-OBJECT-ID', 'da', 'Danish',         'danois');
+  ('GEAS-OBJECT-ID', 'de', 'German',         'allemand');
+  ('GEAS-OBJECT-ID', 'el', 'Greek',          'grec');
+  ('GEAS-OBJECT-ID', 'en', 'English',        'anglais');
+  ('GEAS-OBJECT-ID', 'eo', 'Esperanto',      'espŽranto');
+  ('GEAS-OBJECT-ID', 'es', 'Spanish',        'espagnol');
+  ('GEAS-OBJECT-ID', 'et', 'Estonian',       'estonien');
+  ('GEAS-OBJECT-ID', 'eu', 'Basque',         'basque');
+  ('GEAS-OBJECT-ID', 'fa', 'Persian',        'persan');
+  ('GEAS-OBJECT-ID', 'fi', 'Finnish',        'finnois');
+  ('GEAS-OBJECT-ID', 'fj', 'Fijian',         'fidjien');
+  ('GEAS-OBJECT-ID', 'fo', 'Faeroese',       'fŽro•en');
+  ('GEAS-OBJECT-ID', 'fr', 'French',         'franais');
+  ('GEAS-OBJECT-ID', 'fy', 'Frisian',        'frison');
+  ('GEAS-OBJECT-ID', 'ga', 'Irish',          'irlandais');
+  ('GEAS-OBJECT-ID', 'gd', 'Scots, Gaelic',  'gaŽlique d'Ecosse');
+  ('GEAS-OBJECT-ID', 'gl', 'Gallegan',       'galicien');
+  ('GEAS-OBJECT-ID', 'gn', 'Guarani',        'guarani');
+  ('GEAS-OBJECT-ID', 'gu', 'Gujarati',       'goudjrati');
+  ('GEAS-OBJECT-ID', 'he', 'Hebrew',         'hŽbreu');
+  ('GEAS-OBJECT-ID', 'ha', 'Hausa',          'haoussa');
+  ('GEAS-OBJECT-ID', 'hi', 'Hindi',          'hindi');
+  ('GEAS-OBJECT-ID', 'hr', 'Croatian',       'croate');
+  ('GEAS-OBJECT-ID', 'hu', 'Hungarian',      'hongrois');
+  ('GEAS-OBJECT-ID', 'hy', 'Armenian',       'armŽnien');
+  ('GEAS-OBJECT-ID', 'ia', 'Interlingua',    'interlingua');
+  ('GEAS-OBJECT-ID', 'id', 'Indonesian',     'indonŽsien');
+  ('GEAS-OBJECT-ID', 'ie', 'Interlingue',    'interlingue');
+  ('GEAS-OBJECT-ID', 'ik', 'Inupiaq',        'inupiaq');
+  ('GEAS-OBJECT-ID', 'is', 'Icelandic',      'islandais');
+  ('GEAS-OBJECT-ID', 'it', 'Italian',        'italien');
+  ('GEAS-OBJECT-ID', 'iu', 'Inuktitut',      'inuktitut');
+  ('GEAS-OBJECT-ID', 'ja', 'Japanese',       'japonais');
+  ('GEAS-OBJECT-ID', 'jw', 'Javanese',       'javanais');
+  ('GEAS-OBJECT-ID', 'ka', 'Georgian',       'gŽorgien');
+  ('GEAS-OBJECT-ID', 'kk', 'Kazakh',         'kazakh');
+  ('GEAS-OBJECT-ID', 'kl', 'Kalaallisut',    'groenlandais');
+  ('GEAS-OBJECT-ID', 'km', 'Khmer',          'khmer');
+  ('GEAS-OBJECT-ID', 'kn', 'Kannada',        'kannada');
+  ('GEAS-OBJECT-ID', 'ko', 'Korean',         'corŽen');
+  ('GEAS-OBJECT-ID', 'ks', 'Kashmiri',       'kashmiri');
+  ('GEAS-OBJECT-ID', 'ku', 'Kurdish',        'kurde');
+  ('GEAS-OBJECT-ID', 'ky', 'Kirghiz',        'kirghize');
+  ('GEAS-OBJECT-ID', 'la', 'Latin',          'latin');
+  ('GEAS-OBJECT-ID', 'ln', 'Lingala',        'lingala');
+  ('GEAS-OBJECT-ID', 'lo', 'Lao',            'lao');
+  ('GEAS-OBJECT-ID', 'lt', 'Lithuanian',     'lituanien');
+  ('GEAS-OBJECT-ID', 'lv', 'Latvian',        'letton');
+  ('GEAS-OBJECT-ID', 'mg', 'Malagasy',       'malgache');
+  ('GEAS-OBJECT-ID', 'mi', 'Maori',          'maori');
+  ('GEAS-OBJECT-ID', 'mk', 'Macedonian',     'macŽdonien');
+  ('GEAS-OBJECT-ID', 'ml', 'Malayalam',      'malayalam');
+  ('GEAS-OBJECT-ID', 'mn', 'Mongolian',      'mongol');
+  ('GEAS-OBJECT-ID', 'mo', 'Moldavian',      'moldave');
+  ('GEAS-OBJECT-ID', 'mr', 'Marathi',        'marathe');
+  ('GEAS-OBJECT-ID', 'ms', 'Malay',          'malais');
+  ('GEAS-OBJECT-ID', 'mt', 'Maltese',        'maltais');
+  ('GEAS-OBJECT-ID', 'my', 'Burmese',        'birman');
+  ('GEAS-OBJECT-ID', 'na', 'Nauru',          'nauruan');
+  ('GEAS-OBJECT-ID', 'ne', 'Nepali',         'nŽpalais');
+  ('GEAS-OBJECT-ID', 'nl', 'Dutch',          'nŽerlandais');
+  ('GEAS-OBJECT-ID', 'no', 'Norwegian',      'norvŽgien');
+  ('GEAS-OBJECT-ID', 'oc', 'Occitan',        'occitan');
+  ('GEAS-OBJECT-ID', 'om', 'Oromo',          'galla');
+  ('GEAS-OBJECT-ID', 'or', 'Oriya',          'oriya');
+  ('GEAS-OBJECT-ID', 'pa', 'Panjabi',        'pendjabi');
+  ('GEAS-OBJECT-ID', 'pl', 'Polish',         'polonais');
+  ('GEAS-OBJECT-ID', 'ps', 'Pushto',         'pachto');
+  ('GEAS-OBJECT-ID', 'pt', 'Portuguese',     'portugais');
+  ('GEAS-OBJECT-ID', 'qu', 'Quechua',        'quechua');
+  ('GEAS-OBJECT-ID', 'rm', 'Raeto-Romance',  'rhŽto-roman');
+  ('GEAS-OBJECT-ID', 'rn', 'Rundi',          'rundi');
+  ('GEAS-OBJECT-ID', 'ro', 'Romanian',       'roumain');
+  ('GEAS-OBJECT-ID', 'ru', 'Russian',        'russe');
+  ('GEAS-OBJECT-ID', 'rw', 'Kinyarwanda',    'rwanda');
+  ('GEAS-OBJECT-ID', 'sa', 'Sanskrit',       'sanskrit');
+  ('GEAS-OBJECT-ID', 'sd', 'Sindhi',         'sindhi');
+  ('GEAS-OBJECT-ID', 'sg', 'Sango',          'sango');
+  ('GEAS-OBJECT-ID', 'si', 'Sinhalese',      'singhalais');
+  ('GEAS-OBJECT-ID', 'sk', 'Slovak',         'slovaque');
+  ('GEAS-OBJECT-ID', 'sl', 'Slovenian',      'slovne');
+  ('GEAS-OBJECT-ID', 'sm', 'Samoan',         'samoan');
+  ('GEAS-OBJECT-ID', 'sn', 'Shona',          'shona');
+  ('GEAS-OBJECT-ID', 'so', 'Somali',         'somali');
+  ('GEAS-OBJECT-ID', 'sq', 'Albanian',       'albanais');
+  ('GEAS-OBJECT-ID', 'sr', 'Serbian',        'serbe');
+  ('GEAS-OBJECT-ID', 'ss', 'Swati',          'swati');
+  ('GEAS-OBJECT-ID', 'st', 'Sotho',          'sotho');
+  ('GEAS-OBJECT-ID', 'su', 'Sundanese',      'soundanais');
+  ('GEAS-OBJECT-ID', 'sv', 'Swedish',        'suŽdois');
+  ('GEAS-OBJECT-ID', 'sw', 'Swahili',        'swahili');
+  ('GEAS-OBJECT-ID', 'ta', 'Tamil',          'tamoul');
+  ('GEAS-OBJECT-ID', 'te', 'Telugu',         'tŽlougou');
+  ('GEAS-OBJECT-ID', 'tg', 'Tajik',          'tadjik');
+  ('GEAS-OBJECT-ID', 'th', 'Thai',           'tha•');
+  ('GEAS-OBJECT-ID', 'ti', 'Tigrinya',       'tigrigna');
+  ('GEAS-OBJECT-ID', 'tk', 'Turkmen',        'turkmne');
+  ('GEAS-OBJECT-ID', 'tl', 'Tagalog',        'tagalog');
+  ('GEAS-OBJECT-ID', 'tn', 'Tswana',         'tswana');
+  ('GEAS-OBJECT-ID', 'to', 'Tonga',          'tongan');
+  ('GEAS-OBJECT-ID', 'tr', 'Turkish',        'turc');
+  ('GEAS-OBJECT-ID', 'ts', 'Tsonga',         'tsonga');
+  ('GEAS-OBJECT-ID', 'tt', 'Tatar',          'tatar');
+  ('GEAS-OBJECT-ID', 'tw', 'Twi',            'twi');
+  ('GEAS-OBJECT-ID', 'ug', 'Uighur',         'ou•gour');
+  ('GEAS-OBJECT-ID', 'uk', 'Ukrainian',      'ukrainien');
+  ('GEAS-OBJECT-ID', 'ur', 'Urdu',           'ourdou');
+  ('GEAS-OBJECT-ID', 'uz', 'Uzbek',          'ouszbek');
+  ('GEAS-OBJECT-ID', 'vi', 'Vietnamese',     'vietnamien');
+  ('GEAS-OBJECT-ID', 'vo', 'VolapŸk',        'volapŸk');
+  ('GEAS-OBJECT-ID', 'wo', 'Wolof',          'wolof');
+  ('GEAS-OBJECT-ID', 'xh', 'Xhosa',          'xhosa');
+  ('GEAS-OBJECT-ID', 'y',  'Yiddish',        'yiddish');
+  ('GEAS-OBJECT-ID', 'yo', 'Yoruba',         'yoruba');
+  ('GEAS-OBJECT-ID', 'za', 'Zhuang',         'zhuang');
+  ('GEAS-OBJECT-ID', 'zh', 'Chinese',        'chinois');
+  ('GEAS-OBJECT-ID', 'zu', 'Zulu',           'zoulou');
Index: gnue/gnue-config/base/location/defaults/insert-en-country-codes.geas
diff -u 
gnue/gnue-config/base/location/defaults/insert-en-country-codes.geas:1.2 
gnue/gnue-config/base/location/defaults/insert-en-country-codes.geas:1.3
--- gnue/gnue-config/base/location/defaults/insert-en-country-codes.geas:1.2    
Sat Jul  7 05:45:45 2001
+++ gnue/gnue-config/base/location/defaults/insert-en-country-codes.geas        
Sat Jul  7 06:13:51 2001
@@ -5,260 +5,260 @@
 -- This is a special file format that is converted by the
 -- GEAS sql loader into valid sql
 --
--- $Id: insert-en-country-codes.geas,v 1.2 2001/07/07 12:45:45 ntiffin Exp $
+-- $Id: insert-en-country-codes.geas,v 1.3 2001/07/07 13:13:51 ntiffin Exp $
 --
 
 INSERT INTO location__country (objectid, description, phone_code, code) VALUES
-  ("GEAS-OBJECT-ID", "Afghanistan",     "",     "AF");
-  ("GEAS-OBJECT-ID", "Albania",         "355",  "AL");
-  ("GEAS-OBJECT-ID", "Algeria",         "213",  "AG");
-  ("GEAS-OBJECT-ID", "American Samoa",  "684",  "");
-  ("GEAS-OBJECT-ID", "Andorra",         "376",  "AN");
-  ("GEAS-OBJECT-ID", "Angola",          "244",  "AO");
-  ("GEAS-OBJECT-ID", "Anguilla",        "1",    "AV");
-  ("GEAS-OBJECT-ID", "Antarctica",      "672",  "AY");
-  ("GEAS-OBJECT-ID", "Antigua Barbuda", "1",    "AC");
-  ("GEAS-OBJECT-ID", "Argentina",       "54",   "AR");
-  ("GEAS-OBJECT-ID", "Armenia",         "374",  "AM");
-  ("GEAS-OBJECT-ID", "Aruba",           "297",  "AA");
-  ("GEAS-OBJECT-ID", "Ashmore and Cartier Islands", "",     "AT");
-  ("GEAS-OBJECT-ID", "Ascension Island", "247",   "");
-  ("GEAS-OBJECT-ID", "Australia",       "61",   "AS");
-  ("GEAS-OBJECT-ID", "Austria",        "43",    "AU");
-  ("GEAS-OBJECT-ID", "Azerbaijan",     "994",   "AJ");
-  ("GEAS-OBJECT-ID", "Bahamas",        "1",     "BF");
-  ("GEAS-OBJECT-ID", "Bahrain",        "973",   "BA");
-  ("GEAS-OBJECT-ID", "Bangladesh",     "880",   "BG");
-  ("GEAS-OBJECT-ID", "Barbados",       "1",     "BB");
-  ("GEAS-OBJECT-ID", "Belarus",        "375",   "BO");
-  ("GEAS-OBJECT-ID", "Belgium",        "32",    "BE");
-  ("GEAS-OBJECT-ID", "Belize",         "501",   "BH");
-  ("GEAS-OBJECT-ID", "Benin",          "229",   "BN");
-  ("GEAS-OBJECT-ID", "Bermuda",        "441",   "BD");
-  ("GEAS-OBJECT-ID", "Bhutan",         "975",   "BT");
-  ("GEAS-OBJECT-ID", "Bolivia",        "591",   "BL");
-  ("GEAS-OBJECT-ID", "Bosnia Herzegovina", "387",   "BK");
-  ("GEAS-OBJECT-ID", "Botswana",       "267",   "BC");
-  ("GEAS-OBJECT-ID", "Brazil",         "55",    "BR");
-  ("GEAS-OBJECT-ID", "British Indian Ocean Territory", "",      "IO");
-  ("GEAS-OBJECT-ID", "British Virgin Islands",  "1",     "VI");
-  ("GEAS-OBJECT-ID", "Brunei",         "673",   "BX");
-  ("GEAS-OBJECT-ID", "Bulgaria",       "359",   "BU");
-  ("GEAS-OBJECT-ID", "Burkina Faso",   "226",   "UV");
-  ("GEAS-OBJECT-ID", "Burundi",        "257",   "BY");
-  ("GEAS-OBJECT-ID", "Cambodia",       "855",   "CB");
-  ("GEAS-OBJECT-ID", "Cameroon",       "237",   "CM");
-  ("GEAS-OBJECT-ID", "Canada",         "1",     "CA");
-  ("GEAS-OBJECT-ID", "Cape Verde Islands", "238",   "CV");
-  ("GEAS-OBJECT-ID", "Cayman Islands", "1",     "CJ");
-  ("GEAS-OBJECT-ID", "Central African Republic", "236",   "CT");
-  ("GEAS-OBJECT-ID", "Chad Republic",  "235",   "CD");
-  ("GEAS-OBJECT-ID", "Chatham Island", "64",    "");
-  ("GEAS-OBJECT-ID", "Chile",          "56",    "CI");
-  ("GEAS-OBJECT-ID", "China",          "86",    "CH");
-  ("GEAS-OBJECT-ID", "Christmas Island", "672",   "KT");
-  ("GEAS-OBJECT-ID", "Cocos (Keeling) Islands",  "672",   "CK");
-  ("GEAS-OBJECT-ID", "Colombia",       "57",    "CO");
-  ("GEAS-OBJECT-ID", "Comoros",        "269",   "CN");
-  ("GEAS-OBJECT-ID", "Congo",          "242",   "CF");
-  ("GEAS-OBJECT-ID", "Cook Islands",   "682",   "CW");
-  ("GEAS-OBJECT-ID", "Coral Sea Islands", "",      "CR");
-  ("GEAS-OBJECT-ID", "Costa Rica",     "506",   "CS");
-  ("GEAS-OBJECT-ID", "Cote D'Ivoire",  "",      "IV");
-  ("GEAS-OBJECT-ID", "Croatia",        "385",   "HR");
-  ("GEAS-OBJECT-ID", "Cuba",           "53",    "CU");
-  ("GEAS-OBJECT-ID", "Cyprus",         "357",   "CY");
-  ("GEAS-OBJECT-ID", "Czech Republic", "42",    "EZ");
-  ("GEAS-OBJECT-ID", "Denmark",        "45",    "DA");
-  ("GEAS-OBJECT-ID", "Diego Garcia",   "246",   "");
-  ("GEAS-OBJECT-ID", "Djibouti",       "253",   "DJ");
-  ("GEAS-OBJECT-ID", "Dominica",       "1",     "DO");
-  ("GEAS-OBJECT-ID", "Dominican Republic", "1",     "DR");
-  ("GEAS-OBJECT-ID", "Ecuador",        "593",   "EC");
-  ("GEAS-OBJECT-ID", "Egypt",          "20",    "EG");
-  ("GEAS-OBJECT-ID", "El Salvador",    "503",   "ES");
-  ("GEAS-OBJECT-ID", "Equatorial Guinea", "240",   "EK");
-  ("GEAS-OBJECT-ID", "Eritrea",        "291",   "ER");
-  ("GEAS-OBJECT-ID", "Estonia",        "372",   "EN");
-  ("GEAS-OBJECT-ID", "Ethiopia",       "251",   "ET");
-  ("GEAS-OBJECT-ID", "Europa Island",  "",      "EU");
-  ("GEAS-OBJECT-ID", "Faeroe Islands", "298",   "FO");
-  ("GEAS-OBJECT-ID", "Falkland Islands",  "500",   "FK");
-  ("GEAS-OBJECT-ID", "Fiji",           "679",   "FJ");
-  ("GEAS-OBJECT-ID", "Finland",        "358",   "FI");
-  ("GEAS-OBJECT-ID", "France",         "33",    "FR");
-  ("GEAS-OBJECT-ID", "French Antilles", "596",   "");
-  ("GEAS-OBJECT-ID", "French Southern and Antarctic Lands", "",      "FS");
-  ("GEAS-OBJECT-ID", "French Guiana",  "594",   "FG");
-  ("GEAS-OBJECT-ID", "French Polynesia", "689",   "FP");
-  ("GEAS-OBJECT-ID", "Gabon",          "241",   "GB");
-  ("GEAS-OBJECT-ID", "Gaza Strip",     "",      "GZ");
-  ("GEAS-OBJECT-ID", "Gambia",         "220",   "GA");
-  ("GEAS-OBJECT-ID", "Georgia",        "995",   "GG");
-  ("GEAS-OBJECT-ID", "Germany",        "49",    "GM");
-  ("GEAS-OBJECT-ID", "Ghana",          "233",   "GH");
-  ("GEAS-OBJECT-ID", "Gibraltar",      "350",   "GI");
-  ("GEAS-OBJECT-ID", "Glorioso Islands", "",      "GO");
-  ("GEAS-OBJECT-ID", "Greece",         "30",    "GR");
-  ("GEAS-OBJECT-ID", "Greenland",      "299",   "GL");
-  ("GEAS-OBJECT-ID", "Grenada",        "1",     "GJ");
-  ("GEAS-OBJECT-ID", "Guadeloupe",     "590",   "GP");
-  ("GEAS-OBJECT-ID", "Guam",           "671",   "");
-  ("GEAS-OBJECT-ID", "Guatemala",      "502",   "GT");
-  ("GEAS-OBJECT-ID", "Guinea",         "224",   "GV");
-  ("GEAS-OBJECT-ID", "Guinea-Bissau",  "245",   "PU");
-  ("GEAS-OBJECT-ID", "Guyana",         "592",   "GY");
-  ("GEAS-OBJECT-ID", "Haiti",          "509",   "HA");
-  ("GEAS-OBJECT-ID", "Heard and McDonald Islands", "",      "HM");
-  ("GEAS-OBJECT-ID", "Honduras",       "504",   "HO");
-  ("GEAS-OBJECT-ID", "Hong Kong",      "852",   "HK");
-  ("GEAS-OBJECT-ID", "Hungary",        "36",    "HU");
-  ("GEAS-OBJECT-ID", "Iceland",        "354",   "IC");
-  ("GEAS-OBJECT-ID", "India",          "91",    "IN");
-  ("GEAS-OBJECT-ID", "Indonesia",      "62",    "ID");
-  ("GEAS-OBJECT-ID", "Iran",           "98",    "IR");
-  ("GEAS-OBJECT-ID", "Iraq",           "964",   "IZ");
-  ("GEAS-OBJECT-ID", "Ireland",        "353",   "EI");
-  ("GEAS-OBJECT-ID", "Isle of Man",    "",      "IM");
-  ("GEAS-OBJECT-ID", "Israel",         "972",   "IS");
-  ("GEAS-OBJECT-ID", "Italy",          "39",    "IT");
-  ("GEAS-OBJECT-ID", "Ivory Coast",    "225",   "");
-  ("GEAS-OBJECT-ID", "Jamaica",        "1",     "JM");
-  ("GEAS-OBJECT-ID", "Jan Mayen",      "",      "JN");
-  ("GEAS-OBJECT-ID", "Japan",          "81",    "JA");
-  ("GEAS-OBJECT-ID", "Jersey",         "",      "JE");
-  ("GEAS-OBJECT-ID", "Jordan",         "962",   "JO");
-  ("GEAS-OBJECT-ID", "Juan de Nova Island", "",      "JU");
-  ("GEAS-OBJECT-ID", "Kazakhstan",     "7",     "KZ");
-  ("GEAS-OBJECT-ID", "Kenya",          "254",   "KE");
-  ("GEAS-OBJECT-ID", "Kingman Reef",   "",      "KQ");
-  ("GEAS-OBJECT-ID", "Kiribati",       "686",   "");
-  ("GEAS-OBJECT-ID", "Korea, Democratic People's Republic of", "850",   "KN");
-  ("GEAS-OBJECT-ID", "Korea, Republic of",  "82",    "KS");
-  ("GEAS-OBJECT-ID", "Kuwait",         "965",   "KU");
-  ("GEAS-OBJECT-ID", "Kyrgyzstan",     "7",     "KG");
-  ("GEAS-OBJECT-ID", "Laos",           "856",   "LA");
-  ("GEAS-OBJECT-ID", "Latvia",         "371",   "LG");
-  ("GEAS-OBJECT-ID", "Lebanon",        "961",   "LE");
-  ("GEAS-OBJECT-ID", "Lesotho",        "266",   "LT");
-  ("GEAS-OBJECT-ID", "Liberia",        "231",   "LI");
-  ("GEAS-OBJECT-ID", "Libya",          "218",   "LY");
-  ("GEAS-OBJECT-ID", "Liechtenstein",  "4175",  "LS");
-  ("GEAS-OBJECT-ID", "Lithuania",      "370",   "LH");
-  ("GEAS-OBJECT-ID", "Luxembourg",     "352",   "LU");
-  ("GEAS-OBJECT-ID", "Macao",          "853",   "MC");
-  ("GEAS-OBJECT-ID", "Macedonia",      "389",   "MK");
-  ("GEAS-OBJECT-ID", "Madagascar",     "261",   "MA");
-  ("GEAS-OBJECT-ID", "Malawi",         "265",   "MI");
-  ("GEAS-OBJECT-ID", "Malaysia",       "60",    "MY");
-  ("GEAS-OBJECT-ID", "Maldives",       "960",   "MV");
-  ("GEAS-OBJECT-ID", "Mali",           "223",   "ML");
-  ("GEAS-OBJECT-ID", "Malta",          "356",   "MT");
-  ("GEAS-OBJECT-ID", "Marshall Islands", "692",   "");
-  ("GEAS-OBJECT-ID", "Martinique",     "596",   "MB");
-  ("GEAS-OBJECT-ID", "Mauritania",     "222",   "MR");
-  ("GEAS-OBJECT-ID", "Mauritius",      "230",   "MP");
-  ("GEAS-OBJECT-ID", "Mayotte Islands", "2696",  "MF");
-  ("GEAS-OBJECT-ID", "Mexico",         "52",    "MX");
-  ("GEAS-OBJECT-ID", "Micronesia",     "691",   "");
-  ("GEAS-OBJECT-ID", "Moldova",        "373",   "MD");
-  ("GEAS-OBJECT-ID", "Monaco",         "377",   "MN");
-  ("GEAS-OBJECT-ID", "Mongolia",       "976",   "MG");
-  ("GEAS-OBJECT-ID", "Montenegro",     "",      "MW");
-  ("GEAS-OBJECT-ID", "Montserrat",     "1",     "MH");
-  ("GEAS-OBJECT-ID", "Morocco",        "212",   "MO");
-  ("GEAS-OBJECT-ID", "Mozambique",     "258",   "MZ");
-  ("GEAS-OBJECT-ID", "Myanmar",        "95",    "");
-  ("GEAS-OBJECT-ID", "Namibia",        "264",   "WA");
-  ("GEAS-OBJECT-ID", "Nauru",          "674",   "NR");
-  ("GEAS-OBJECT-ID", "Nepal",          "977",   "NP");
-  ("GEAS-OBJECT-ID", "Netherlands",    "31",    "NL");
-  ("GEAS-OBJECT-ID", "Netherlands Antilles", "599",   "NT");
-  ("GEAS-OBJECT-ID", "New Caledonia",  "687",   "NC");
-  ("GEAS-OBJECT-ID", "New Zealand",    "64",    "NZ");
-  ("GEAS-OBJECT-ID", "Nicaragua",      "505",   "NU");
-  ("GEAS-OBJECT-ID", "Niger",          "227",   "NG");
-  ("GEAS-OBJECT-ID", "Nigeria",        "234",   "NI");
-  ("GEAS-OBJECT-ID", "Niue",           "683",   "NE");
-  ("GEAS-OBJECT-ID", "Norfolk Island", "672",   "NF");
-  ("GEAS-OBJECT-ID", "Norway",         "47",    "NO");
-  ("GEAS-OBJECT-ID", "Oman",           "968",   "MU");
-  ("GEAS-OBJECT-ID", "Pakistan",       "92",    "PK");
-  ("GEAS-OBJECT-ID", "Palau",          "680",   "");
-  ("GEAS-OBJECT-ID", "Panama",         "507",   "PM");
-  ("GEAS-OBJECT-ID", "Papua New Guinea", "675",   "PP");
-  ("GEAS-OBJECT-ID", "Paracel Islands", "",      "PF");
-  ("GEAS-OBJECT-ID", "Paraguay",       "595",   "PA");
-  ("GEAS-OBJECT-ID", "Peru",           "51",    "PE");
-  ("GEAS-OBJECT-ID", "Philippines",    "63",    "RP");
-  ("GEAS-OBJECT-ID", "Pitcairn Islands", "",      "PC");
-  ("GEAS-OBJECT-ID", "Poland",         "48",    "PL");
-  ("GEAS-OBJECT-ID", "Portugal",       "351",   "PO");
-  ("GEAS-OBJECT-ID", "Qatar",          "974",   "QA");
-  ("GEAS-OBJECT-ID", "Reunion",        "262",   "RE");
-  ("GEAS-OBJECT-ID", "Romania",        "40",    "RO");
-  ("GEAS-OBJECT-ID", "Russia",         "7",     "RS");
-  ("GEAS-OBJECT-ID", "Rwanda",         "250",   "RW");
-  ("GEAS-OBJECT-ID", "Saipan",         "670",    "");
-  ("GEAS-OBJECT-ID", "San Marino",     "378",   "SM");
-  ("GEAS-OBJECT-ID", "Sao Tome and Principe", "239",   "TP");
-  ("GEAS-OBJECT-ID", "Saudi Arabia",   "966",   "SA");
-  ("GEAS-OBJECT-ID", "Senegal",        "221",   "SG");
-  ("GEAS-OBJECT-ID", "Seychelles",     "248",   "SE");
-  ("GEAS-OBJECT-ID", "Sierra Leone",   "232",   "SL");
-  ("GEAS-OBJECT-ID", "Singapore",      "65",    "SN");
-  ("GEAS-OBJECT-ID", "Slovak Republic",  "42",    "LO");
-  ("GEAS-OBJECT-ID", "Slovenia",       "386",   "SI");
-  ("GEAS-OBJECT-ID", "Solomon Islands", "677",   "BP");
-  ("GEAS-OBJECT-ID", "Somalia",        "252",   "SO");
-  ("GEAS-OBJECT-ID", "South Africa",   "27",    "SF");
-  ("GEAS-OBJECT-ID", "South Georgia and South Sandwich Islands", "",      
"SX");
-  ("GEAS-OBJECT-ID", "Spain",          "34",    "SP");
-  ("GEAS-OBJECT-ID", "Spratly Islands", "",      "PG");
-  ("GEAS-OBJECT-ID", "Sri Lanka",      "94",    "CE");
-  ("GEAS-OBJECT-ID", "St. Helena",     "290",   "SH");
-  ("GEAS-OBJECT-ID", "St. Kitts and Nevis", "1",     "SC");
-  ("GEAS-OBJECT-ID", "St. Lucia",      "1",     "ST");
-  ("GEAS-OBJECT-ID", "St. Pierre and Miquelon", "508",   "SB");
-  ("GEAS-OBJECT-ID", "St. Vincent and the Grenadines", "1",     "VC");
-  ("GEAS-OBJECT-ID", "Sudan",          "",      "SU");
-  ("GEAS-OBJECT-ID", "Svalbard",       "",      "SV");
-  ("GEAS-OBJECT-ID", "Suriname",       "597",   "NS");
-  ("GEAS-OBJECT-ID", "Swaziland",      "268",   "WZ");
-  ("GEAS-OBJECT-ID", "Sweden",         "46",    "SW");
-  ("GEAS-OBJECT-ID", "Switzerland",    "41",    "SZ");
-  ("GEAS-OBJECT-ID", "Syria",          "963",   "SY");
-  ("GEAS-OBJECT-ID", "Taiwan",         "886",   "TW");
-  ("GEAS-OBJECT-ID", "Tajikistan",     "7",     "TI");
-  ("GEAS-OBJECT-ID", "Tanzania",       "255",   "TZ");
-  ("GEAS-OBJECT-ID", "Thailand",       "66",    "TH");
-  ("GEAS-OBJECT-ID", "Togo",           "228",   "TO");
-  ("GEAS-OBJECT-ID", "Tokelau",        "",      "TL");
-  ("GEAS-OBJECT-ID", "Tonga Islands",  "676",   "");
-  ("GEAS-OBJECT-ID", "Trinidad and Tobago", "1",     "TD");
-  ("GEAS-OBJECT-ID", "Tromelin Island",  "",      "TD");
-  ("GEAS-OBJECT-ID", "Tunisia",        "216",   "TS");
-  ("GEAS-OBJECT-ID", "Turkey",         "90",    "TU");
-  ("GEAS-OBJECT-ID", "Turkmenistan",   "7",     "TX");
-  ("GEAS-OBJECT-ID", "Turks and Caicos Islands", "1",     "TK");
-  ("GEAS-OBJECT-ID", "Tuvalu",         "688",   "TV");
-  ("GEAS-OBJECT-ID", "Uganda",         "256",   "UG");
-  ("GEAS-OBJECT-ID", "Ukraine",        "380",   "UP");
-  ("GEAS-OBJECT-ID", "United Arab Emirates", "971",   "TC");
-  ("GEAS-OBJECT-ID", "United Kingdom", "44",    "UK");
-  ("GEAS-OBJECT-ID", "United States",  "1",     "US");
-  ("GEAS-OBJECT-ID", "Uruguay",        "598",   "UY");
-  ("GEAS-OBJECT-ID", "Uzbekistan",     "7",     "UZ");
-  ("GEAS-OBJECT-ID", "Vanuatu",        "678",   "NH");
-  ("GEAS-OBJECT-ID", "Vatican City",   "",      "VT");
-  ("GEAS-OBJECT-ID", "Venezuela",      "58",    "VE");
-  ("GEAS-OBJECT-ID", "Vietnam",        "84",    "VM");
-  ("GEAS-OBJECT-ID", "Wallis and Futuna", "681",   "WF");
-  ("GEAS-OBJECT-ID", "West Bank",      "",      "WE");
-  ("GEAS-OBJECT-ID", "Western Sahara", "",      "WI");
-  ("GEAS-OBJECT-ID", "Western Samoa",  "685",   "WS");
-  ("GEAS-OBJECT-ID", "Yemen",          "967",   "");
-  ("GEAS-OBJECT-ID", "Yugoslavia",     "967",   "");
-  ("GEAS-OBJECT-ID", "Zaire",          "243",   "CG");
-  ("GEAS-OBJECT-ID", "Zambia",         "260",   "ZA");
-  ("GEAS-OBJECT-ID", "Zimbabwe",       "263",   "ZI");
+  ('GEAS-OBJECT-ID', 'Afghanistan',     '',     'AF');
+  ('GEAS-OBJECT-ID', 'Albania',         '355',  'AL');
+  ('GEAS-OBJECT-ID', 'Algeria',         '213',  'AG');
+  ('GEAS-OBJECT-ID', 'American Samoa',  '684',  '');
+  ('GEAS-OBJECT-ID', 'Andorra',         '376',  'AN');
+  ('GEAS-OBJECT-ID', 'Angola',          '244',  'AO');
+  ('GEAS-OBJECT-ID', 'Anguilla',        '1',    'AV');
+  ('GEAS-OBJECT-ID', 'Antarctica',      '672',  'AY');
+  ('GEAS-OBJECT-ID', 'Antigua Barbuda', '1',    'AC');
+  ('GEAS-OBJECT-ID', 'Argentina',       '54',   'AR');
+  ('GEAS-OBJECT-ID', 'Armenia',         '374',  'AM');
+  ('GEAS-OBJECT-ID', 'Aruba',           '297',  'AA');
+  ('GEAS-OBJECT-ID', 'Ashmore and Cartier Islands', '',     'AT');
+  ('GEAS-OBJECT-ID', 'Ascension Island', '247',   '');
+  ('GEAS-OBJECT-ID', 'Australia',       '61',   'AS');
+  ('GEAS-OBJECT-ID', 'Austria',        '43',    'AU');
+  ('GEAS-OBJECT-ID', 'Azerbaijan',     '994',   'AJ');
+  ('GEAS-OBJECT-ID', 'Bahamas',        '1',     'BF');
+  ('GEAS-OBJECT-ID', 'Bahrain',        '973',   'BA');
+  ('GEAS-OBJECT-ID', 'Bangladesh',     '880',   'BG');
+  ('GEAS-OBJECT-ID', 'Barbados',       '1',     'BB');
+  ('GEAS-OBJECT-ID', 'Belarus',        '375',   'BO');
+  ('GEAS-OBJECT-ID', 'Belgium',        '32',    'BE');
+  ('GEAS-OBJECT-ID', 'Belize',         '501',   'BH');
+  ('GEAS-OBJECT-ID', 'Benin',          '229',   'BN');
+  ('GEAS-OBJECT-ID', 'Bermuda',        '441',   'BD');
+  ('GEAS-OBJECT-ID', 'Bhutan',         '975',   'BT');
+  ('GEAS-OBJECT-ID', 'Bolivia',        '591',   'BL');
+  ('GEAS-OBJECT-ID', 'Bosnia Herzegovina', '387',   'BK');
+  ('GEAS-OBJECT-ID', 'Botswana',       '267',   'BC');
+  ('GEAS-OBJECT-ID', 'Brazil',         '55',    'BR');
+  ('GEAS-OBJECT-ID', 'British Indian Ocean Territory', '',      'IO');
+  ('GEAS-OBJECT-ID', 'British Virgin Islands',  '1',     'VI');
+  ('GEAS-OBJECT-ID', 'Brunei',         '673',   'BX');
+  ('GEAS-OBJECT-ID', 'Bulgaria',       '359',   'BU');
+  ('GEAS-OBJECT-ID', 'Burkina Faso',   '226',   'UV');
+  ('GEAS-OBJECT-ID', 'Burundi',        '257',   'BY');
+  ('GEAS-OBJECT-ID', 'Cambodia',       '855',   'CB');
+  ('GEAS-OBJECT-ID', 'Cameroon',       '237',   'CM');
+  ('GEAS-OBJECT-ID', 'Canada',         '1',     'CA');
+  ('GEAS-OBJECT-ID', 'Cape Verde Islands', '238',   'CV');
+  ('GEAS-OBJECT-ID', 'Cayman Islands', '1',     'CJ');
+  ('GEAS-OBJECT-ID', 'Central African Republic', '236',   'CT');
+  ('GEAS-OBJECT-ID', 'Chad Republic',  '235',   'CD');
+  ('GEAS-OBJECT-ID', 'Chatham Island', '64',    '');
+  ('GEAS-OBJECT-ID', 'Chile',          '56',    'CI');
+  ('GEAS-OBJECT-ID', 'China',          '86',    'CH');
+  ('GEAS-OBJECT-ID', 'Christmas Island', '672',   'KT');
+  ('GEAS-OBJECT-ID', 'Cocos (Keeling) Islands',  '672',   'CK');
+  ('GEAS-OBJECT-ID', 'Colombia',       '57',    'CO');
+  ('GEAS-OBJECT-ID', 'Comoros',        '269',   'CN');
+  ('GEAS-OBJECT-ID', 'Congo',          '242',   'CF');
+  ('GEAS-OBJECT-ID', 'Cook Islands',   '682',   'CW');
+  ('GEAS-OBJECT-ID', 'Coral Sea Islands', '',      'CR');
+  ('GEAS-OBJECT-ID', 'Costa Rica',     '506',   'CS');
+  ('GEAS-OBJECT-ID', 'Cote D'Ivoire',  '',      'IV');
+  ('GEAS-OBJECT-ID', 'Croatia',        '385',   'HR');
+  ('GEAS-OBJECT-ID', 'Cuba',           '53',    'CU');
+  ('GEAS-OBJECT-ID', 'Cyprus',         '357',   'CY');
+  ('GEAS-OBJECT-ID', 'Czech Republic', '42',    'EZ');
+  ('GEAS-OBJECT-ID', 'Denmark',        '45',    'DA');
+  ('GEAS-OBJECT-ID', 'Diego Garcia',   '246',   '');
+  ('GEAS-OBJECT-ID', 'Djibouti',       '253',   'DJ');
+  ('GEAS-OBJECT-ID', 'Dominica',       '1',     'DO');
+  ('GEAS-OBJECT-ID', 'Dominican Republic', '1',     'DR');
+  ('GEAS-OBJECT-ID', 'Ecuador',        '593',   'EC');
+  ('GEAS-OBJECT-ID', 'Egypt',          '20',    'EG');
+  ('GEAS-OBJECT-ID', 'El Salvador',    '503',   'ES');
+  ('GEAS-OBJECT-ID', 'Equatorial Guinea', '240',   'EK');
+  ('GEAS-OBJECT-ID', 'Eritrea',        '291',   'ER');
+  ('GEAS-OBJECT-ID', 'Estonia',        '372',   'EN');
+  ('GEAS-OBJECT-ID', 'Ethiopia',       '251',   'ET');
+  ('GEAS-OBJECT-ID', 'Europa Island',  '',      'EU');
+  ('GEAS-OBJECT-ID', 'Faeroe Islands', '298',   'FO');
+  ('GEAS-OBJECT-ID', 'Falkland Islands',  '500',   'FK');
+  ('GEAS-OBJECT-ID', 'Fiji',           '679',   'FJ');
+  ('GEAS-OBJECT-ID', 'Finland',        '358',   'FI');
+  ('GEAS-OBJECT-ID', 'France',         '33',    'FR');
+  ('GEAS-OBJECT-ID', 'French Antilles', '596',   '');
+  ('GEAS-OBJECT-ID', 'French Southern and Antarctic Lands', '',      'FS');
+  ('GEAS-OBJECT-ID', 'French Guiana',  '594',   'FG');
+  ('GEAS-OBJECT-ID', 'French Polynesia', '689',   'FP');
+  ('GEAS-OBJECT-ID', 'Gabon',          '241',   'GB');
+  ('GEAS-OBJECT-ID', 'Gaza Strip',     '',      'GZ');
+  ('GEAS-OBJECT-ID', 'Gambia',         '220',   'GA');
+  ('GEAS-OBJECT-ID', 'Georgia',        '995',   'GG');
+  ('GEAS-OBJECT-ID', 'Germany',        '49',    'GM');
+  ('GEAS-OBJECT-ID', 'Ghana',          '233',   'GH');
+  ('GEAS-OBJECT-ID', 'Gibraltar',      '350',   'GI');
+  ('GEAS-OBJECT-ID', 'Glorioso Islands', '',      'GO');
+  ('GEAS-OBJECT-ID', 'Greece',         '30',    'GR');
+  ('GEAS-OBJECT-ID', 'Greenland',      '299',   'GL');
+  ('GEAS-OBJECT-ID', 'Grenada',        '1',     'GJ');
+  ('GEAS-OBJECT-ID', 'Guadeloupe',     '590',   'GP');
+  ('GEAS-OBJECT-ID', 'Guam',           '671',   '');
+  ('GEAS-OBJECT-ID', 'Guatemala',      '502',   'GT');
+  ('GEAS-OBJECT-ID', 'Guinea',         '224',   'GV');
+  ('GEAS-OBJECT-ID', 'Guinea-Bissau',  '245',   'PU');
+  ('GEAS-OBJECT-ID', 'Guyana',         '592',   'GY');
+  ('GEAS-OBJECT-ID', 'Haiti',          '509',   'HA');
+  ('GEAS-OBJECT-ID', 'Heard and McDonald Islands', '',      'HM');
+  ('GEAS-OBJECT-ID', 'Honduras',       '504',   'HO');
+  ('GEAS-OBJECT-ID', 'Hong Kong',      '852',   'HK');
+  ('GEAS-OBJECT-ID', 'Hungary',        '36',    'HU');
+  ('GEAS-OBJECT-ID', 'Iceland',        '354',   'IC');
+  ('GEAS-OBJECT-ID', 'India',          '91',    'IN');
+  ('GEAS-OBJECT-ID', 'Indonesia',      '62',    'ID');
+  ('GEAS-OBJECT-ID', 'Iran',           '98',    'IR');
+  ('GEAS-OBJECT-ID', 'Iraq',           '964',   'IZ');
+  ('GEAS-OBJECT-ID', 'Ireland',        '353',   'EI');
+  ('GEAS-OBJECT-ID', 'Isle of Man',    '',      'IM');
+  ('GEAS-OBJECT-ID', 'Israel',         '972',   'IS');
+  ('GEAS-OBJECT-ID', 'Italy',          '39',    'IT');
+  ('GEAS-OBJECT-ID', 'Ivory Coast',    '225',   '');
+  ('GEAS-OBJECT-ID', 'Jamaica',        '1',     'JM');
+  ('GEAS-OBJECT-ID', 'Jan Mayen',      '',      'JN');
+  ('GEAS-OBJECT-ID', 'Japan',          '81',    'JA');
+  ('GEAS-OBJECT-ID', 'Jersey',         '',      'JE');
+  ('GEAS-OBJECT-ID', 'Jordan',         '962',   'JO');
+  ('GEAS-OBJECT-ID', 'Juan de Nova Island', '',      'JU');
+  ('GEAS-OBJECT-ID', 'Kazakhstan',     '7',     'KZ');
+  ('GEAS-OBJECT-ID', 'Kenya',          '254',   'KE');
+  ('GEAS-OBJECT-ID', 'Kingman Reef',   '',      'KQ');
+  ('GEAS-OBJECT-ID', 'Kiribati',       '686',   '');
+  ('GEAS-OBJECT-ID', 'Korea Democratic Peoples Republic of', '850',   'KN');
+  ('GEAS-OBJECT-ID', 'Korea Republic of',  '82',    'KS');
+  ('GEAS-OBJECT-ID', 'Kuwait',         '965',   'KU');
+  ('GEAS-OBJECT-ID', 'Kyrgyzstan',     '7',     'KG');
+  ('GEAS-OBJECT-ID', 'Laos',           '856',   'LA');
+  ('GEAS-OBJECT-ID', 'Latvia',         '371',   'LG');
+  ('GEAS-OBJECT-ID', 'Lebanon',        '961',   'LE');
+  ('GEAS-OBJECT-ID', 'Lesotho',        '266',   'LT');
+  ('GEAS-OBJECT-ID', 'Liberia',        '231',   'LI');
+  ('GEAS-OBJECT-ID', 'Libya',          '218',   'LY');
+  ('GEAS-OBJECT-ID', 'Liechtenstein',  '4175',  'LS');
+  ('GEAS-OBJECT-ID', 'Lithuania',      '370',   'LH');
+  ('GEAS-OBJECT-ID', 'Luxembourg',     '352',   'LU');
+  ('GEAS-OBJECT-ID', 'Macao',          '853',   'MC');
+  ('GEAS-OBJECT-ID', 'Macedonia',      '389',   'MK');
+  ('GEAS-OBJECT-ID', 'Madagascar',     '261',   'MA');
+  ('GEAS-OBJECT-ID', 'Malawi',         '265',   'MI');
+  ('GEAS-OBJECT-ID', 'Malaysia',       '60',    'MY');
+  ('GEAS-OBJECT-ID', 'Maldives',       '960',   'MV');
+  ('GEAS-OBJECT-ID', 'Mali',           '223',   'ML');
+  ('GEAS-OBJECT-ID', 'Malta',          '356',   'MT');
+  ('GEAS-OBJECT-ID', 'Marshall Islands', '692',   '');
+  ('GEAS-OBJECT-ID', 'Martinique',     '596',   'MB');
+  ('GEAS-OBJECT-ID', 'Mauritania',     '222',   'MR');
+  ('GEAS-OBJECT-ID', 'Mauritius',      '230',   'MP');
+  ('GEAS-OBJECT-ID', 'Mayotte Islands', '2696',  'MF');
+  ('GEAS-OBJECT-ID', 'Mexico',         '52',    'MX');
+  ('GEAS-OBJECT-ID', 'Micronesia',     '691',   '');
+  ('GEAS-OBJECT-ID', 'Moldova',        '373',   'MD');
+  ('GEAS-OBJECT-ID', 'Monaco',         '377',   'MN');
+  ('GEAS-OBJECT-ID', 'Mongolia',       '976',   'MG');
+  ('GEAS-OBJECT-ID', 'Montenegro',     '',      'MW');
+  ('GEAS-OBJECT-ID', 'Montserrat',     '1',     'MH');
+  ('GEAS-OBJECT-ID', 'Morocco',        '212',   'MO');
+  ('GEAS-OBJECT-ID', 'Mozambique',     '258',   'MZ');
+  ('GEAS-OBJECT-ID', 'Myanmar',        '95',    '');
+  ('GEAS-OBJECT-ID', 'Namibia',        '264',   'WA');
+  ('GEAS-OBJECT-ID', 'Nauru',          '674',   'NR');
+  ('GEAS-OBJECT-ID', 'Nepal',          '977',   'NP');
+  ('GEAS-OBJECT-ID', 'Netherlands',    '31',    'NL');
+  ('GEAS-OBJECT-ID', 'Netherlands Antilles', '599',   'NT');
+  ('GEAS-OBJECT-ID', 'New Caledonia',  '687',   'NC');
+  ('GEAS-OBJECT-ID', 'New Zealand',    '64',    'NZ');
+  ('GEAS-OBJECT-ID', 'Nicaragua',      '505',   'NU');
+  ('GEAS-OBJECT-ID', 'Niger',          '227',   'NG');
+  ('GEAS-OBJECT-ID', 'Nigeria',        '234',   'NI');
+  ('GEAS-OBJECT-ID', 'Niue',           '683',   'NE');
+  ('GEAS-OBJECT-ID', 'Norfolk Island', '672',   'NF');
+  ('GEAS-OBJECT-ID', 'Norway',         '47',    'NO');
+  ('GEAS-OBJECT-ID', 'Oman',           '968',   'MU');
+  ('GEAS-OBJECT-ID', 'Pakistan',       '92',    'PK');
+  ('GEAS-OBJECT-ID', 'Palau',          '680',   '');
+  ('GEAS-OBJECT-ID', 'Panama',         '507',   'PM');
+  ('GEAS-OBJECT-ID', 'Papua New Guinea', '675',   'PP');
+  ('GEAS-OBJECT-ID', 'Paracel Islands', '',      'PF');
+  ('GEAS-OBJECT-ID', 'Paraguay',       '595',   'PA');
+  ('GEAS-OBJECT-ID', 'Peru',           '51',    'PE');
+  ('GEAS-OBJECT-ID', 'Philippines',    '63',    'RP');
+  ('GEAS-OBJECT-ID', 'Pitcairn Islands', '',      'PC');
+  ('GEAS-OBJECT-ID', 'Poland',         '48',    'PL');
+  ('GEAS-OBJECT-ID', 'Portugal',       '351',   'PO');
+  ('GEAS-OBJECT-ID', 'Qatar',          '974',   'QA');
+  ('GEAS-OBJECT-ID', 'Reunion',        '262',   'RE');
+  ('GEAS-OBJECT-ID', 'Romania',        '40',    'RO');
+  ('GEAS-OBJECT-ID', 'Russia',         '7',     'RS');
+  ('GEAS-OBJECT-ID', 'Rwanda',         '250',   'RW');
+  ('GEAS-OBJECT-ID', 'Saipan',         '670',    '');
+  ('GEAS-OBJECT-ID', 'San Marino',     '378',   'SM');
+  ('GEAS-OBJECT-ID', 'Sao Tome and Principe', '239',   'TP');
+  ('GEAS-OBJECT-ID', 'Saudi Arabia',   '966',   'SA');
+  ('GEAS-OBJECT-ID', 'Senegal',        '221',   'SG');
+  ('GEAS-OBJECT-ID', 'Seychelles',     '248',   'SE');
+  ('GEAS-OBJECT-ID', 'Sierra Leone',   '232',   'SL');
+  ('GEAS-OBJECT-ID', 'Singapore',      '65',    'SN');
+  ('GEAS-OBJECT-ID', 'Slovak Republic',  '42',    'LO');
+  ('GEAS-OBJECT-ID', 'Slovenia',       '386',   'SI');
+  ('GEAS-OBJECT-ID', 'Solomon Islands', '677',   'BP');
+  ('GEAS-OBJECT-ID', 'Somalia',        '252',   'SO');
+  ('GEAS-OBJECT-ID', 'South Africa',   '27',    'SF');
+  ('GEAS-OBJECT-ID', 'South Georgia and South Sandwich Islands', '',      
'SX');
+  ('GEAS-OBJECT-ID', 'Spain',          '34',    'SP');
+  ('GEAS-OBJECT-ID', 'Spratly Islands', '',      'PG');
+  ('GEAS-OBJECT-ID', 'Sri Lanka',      '94',    'CE');
+  ('GEAS-OBJECT-ID', 'St. Helena',     '290',   'SH');
+  ('GEAS-OBJECT-ID', 'St. Kitts and Nevis', '1',     'SC');
+  ('GEAS-OBJECT-ID', 'St. Lucia',      '1',     'ST');
+  ('GEAS-OBJECT-ID', 'St. Pierre and Miquelon', '508',   'SB');
+  ('GEAS-OBJECT-ID', 'St. Vincent and the Grenadines', '1',     'VC');
+  ('GEAS-OBJECT-ID', 'Sudan',          '',      'SU');
+  ('GEAS-OBJECT-ID', 'Svalbard',       '',      'SV');
+  ('GEAS-OBJECT-ID', 'Suriname',       '597',   'NS');
+  ('GEAS-OBJECT-ID', 'Swaziland',      '268',   'WZ');
+  ('GEAS-OBJECT-ID', 'Sweden',         '46',    'SW');
+  ('GEAS-OBJECT-ID', 'Switzerland',    '41',    'SZ');
+  ('GEAS-OBJECT-ID', 'Syria',          '963',   'SY');
+  ('GEAS-OBJECT-ID', 'Taiwan',         '886',   'TW');
+  ('GEAS-OBJECT-ID', 'Tajikistan',     '7',     'TI');
+  ('GEAS-OBJECT-ID', 'Tanzania',       '255',   'TZ');
+  ('GEAS-OBJECT-ID', 'Thailand',       '66',    'TH');
+  ('GEAS-OBJECT-ID', 'Togo',           '228',   'TO');
+  ('GEAS-OBJECT-ID', 'Tokelau',        '',      'TL');
+  ('GEAS-OBJECT-ID', 'Tonga Islands',  '676',   '');
+  ('GEAS-OBJECT-ID', 'Trinidad and Tobago', '1',     'TD');
+  ('GEAS-OBJECT-ID', 'Tromelin Island',  '',      'TD');
+  ('GEAS-OBJECT-ID', 'Tunisia',        '216',   'TS');
+  ('GEAS-OBJECT-ID', 'Turkey',         '90',    'TU');
+  ('GEAS-OBJECT-ID', 'Turkmenistan',   '7',     'TX');
+  ('GEAS-OBJECT-ID', 'Turks and Caicos Islands', '1',     'TK');
+  ('GEAS-OBJECT-ID', 'Tuvalu',         '688',   'TV');
+  ('GEAS-OBJECT-ID', 'Uganda',         '256',   'UG');
+  ('GEAS-OBJECT-ID', 'Ukraine',        '380',   'UP');
+  ('GEAS-OBJECT-ID', 'United Arab Emirates', '971',   'TC');
+  ('GEAS-OBJECT-ID', 'United Kingdom', '44',    'UK');
+  ('GEAS-OBJECT-ID', 'United States',  '1',     'US');
+  ('GEAS-OBJECT-ID', 'Uruguay',        '598',   'UY');
+  ('GEAS-OBJECT-ID', 'Uzbekistan',     '7',     'UZ');
+  ('GEAS-OBJECT-ID', 'Vanuatu',        '678',   'NH');
+  ('GEAS-OBJECT-ID', 'Vatican City',   '',      'VT');
+  ('GEAS-OBJECT-ID', 'Venezuela',      '58',    'VE');
+  ('GEAS-OBJECT-ID', 'Vietnam',        '84',    'VM');
+  ('GEAS-OBJECT-ID', 'Wallis and Futuna', '681',   'WF');
+  ('GEAS-OBJECT-ID', 'West Bank',      '',      'WE');
+  ('GEAS-OBJECT-ID', 'Western Sahara', '',      'WI');
+  ('GEAS-OBJECT-ID', 'Western Samoa',  '685',   'WS');
+  ('GEAS-OBJECT-ID', 'Yemen',          '967',   '');
+  ('GEAS-OBJECT-ID', 'Yugoslavia',     '967',   '');
+  ('GEAS-OBJECT-ID', 'Zaire',          '243',   'CG');
+  ('GEAS-OBJECT-ID', 'Zambia',         '260',   'ZA');
+  ('GEAS-OBJECT-ID', 'Zimbabwe',       '263',   'ZI');
Index: gnue/gnue-config/base/location/defaults/insert-en-us-states.geas
diff -u gnue/gnue-config/base/location/defaults/insert-en-us-states.geas:1.2 
gnue/gnue-config/base/location/defaults/insert-en-us-states.geas:1.3
--- gnue/gnue-config/base/location/defaults/insert-en-us-states.geas:1.2        
Sat Jul  7 05:45:45 2001
+++ gnue/gnue-config/base/location/defaults/insert-en-us-states.geas    Sat Jul 
 7 06:13:51 2001
@@ -5,82 +5,82 @@
 -- This is a special file format that is converted by the
 -- GEAS sql loader into valid sql
 --
--- $Id: insert-en-us-states.geas,v 1.2 2001/07/07 12:45:45 ntiffin Exp $
+-- $Id: insert-en-us-states.geas,v 1.3 2001/07/07 13:13:51 ntiffin Exp $
 --
 
-INSERT into region (objectid, desc, code, country) VALUES
-  ("GEAS-OBJECT-ID", "Alabama",          "AL",  "US");
-  ("GEAS-OBJECT-ID", "Alaska",           "AK",  "US");
-  ("GEAS-OBJECT-ID", "American Samoa",   "AS",  "US");
-  ("GEAS-OBJECT-ID", "Arizona",          "AZ",  "US");
-  ("GEAS-OBJECT-ID", "Arkansas",         "AR",  "US");
-  ("GEAS-OBJECT-ID", "California",       "CA",  "US");
-  ("GEAS-OBJECT-ID", "Colorado",         "CO",  "US");
-  ("GEAS-OBJECT-ID", "Connecticut",      "CT",  "US");
-  ("GEAS-OBJECT-ID", "Delaware",         "DE",  "US");
-  ("GEAS-OBJECT-ID", "District of Columbia", "DC",  "US");
-  ("GEAS-OBJECT-ID", "Federated States of Micronesia", "FM",  "US");
-  ("GEAS-OBJECT-ID", "Florida",          "FL",  "US");
-  ("GEAS-OBJECT-ID", "Georgia",          "GA",  "US");
-  ("GEAS-OBJECT-ID", "Guam",             "GU",  "US");
-  ("GEAS-OBJECT-ID", "Hawaii",           "HI",  "US");
-  ("GEAS-OBJECT-ID", "Idaho",            "ID",  "US");
-  ("GEAS-OBJECT-ID", "Illinois",         "IL",  "US");
-  ("GEAS-OBJECT-ID", "Indiana",          "IN",  "US");
-  ("GEAS-OBJECT-ID", "Iowa",             "IA",  "US");
-  ("GEAS-OBJECT-ID", "Kansas",           "KS",  "US");
-  ("GEAS-OBJECT-ID", "Kentucky",         "KY",  "US");
-  ("GEAS-OBJECT-ID", "Louisiana",        "LA",  "US");
-  ("GEAS-OBJECT-ID", "Maine",            "ME",  "US");
-  ("GEAS-OBJECT-ID", "Marshall Islands", "MH",  "US");
-  ("GEAS-OBJECT-ID", "Maryland",         "MD",  "US");
-  ("GEAS-OBJECT-ID", "Massachusetts",    "MA",  "US");
-  ("GEAS-OBJECT-ID", "Michigan",         "MI",  "US");
-  ("GEAS-OBJECT-ID", "Minnesota",        "MN",  "US");
-  ("GEAS-OBJECT-ID", "Mississippi",      "MS",  "US");
-  ("GEAS-OBJECT-ID", "Missouri",         "MO",  "US");
-  ("GEAS-OBJECT-ID", "Montana",          "MT",  "US");
-  ("GEAS-OBJECT-ID", "Nebraska",         "NE",  "US");
-  ("GEAS-OBJECT-ID", "Nevada",           "NV",  "US");
-  ("GEAS-OBJECT-ID", "New Hampshire",    "NH",  "US");
-  ("GEAS-OBJECT-ID", "New Jersey",       "NJ",  "US");
-  ("GEAS-OBJECT-ID", "New Mexico",       "NM",  "US");
-  ("GEAS-OBJECT-ID", "New York",         "NY",  "US");
-  ("GEAS-OBJECT-ID", "North Carolina",   "NC",  "US");
-  ("GEAS-OBJECT-ID", "North Dakota",     "ND",  "US");
-  ("GEAS-OBJECT-ID", "Northern Mariana Islands", "MP",  "US");
-  ("GEAS-OBJECT-ID", "Ohio",             "OH",  "US");
-  ("GEAS-OBJECT-ID", "Oklahoma",         "OK",  "US");
-  ("GEAS-OBJECT-ID", "Oregon",           "OR",  "US");
-  ("GEAS-OBJECT-ID", "Palau",            "PW",  "US");
-  ("GEAS-OBJECT-ID", "Pennsylvania",     "PA",  "US");
-  ("GEAS-OBJECT-ID", "Puerto Rico",      "PR",  "US");
-  ("GEAS-OBJECT-ID", "Rhode Island",     "RI",  "US");
-  ("GEAS-OBJECT-ID", "South Carolina",   "SC",  "US");
-  ("GEAS-OBJECT-ID", "South Dakota",     "SD",  "US");
-  ("GEAS-OBJECT-ID", "Tennessee",        "TN",  "US");
-  ("GEAS-OBJECT-ID", "Texas",            "TX",  "US");
-  ("GEAS-OBJECT-ID", "US Minor Outlying Islands", "UM",  "US");
-  ("GEAS-OBJECT-ID", "US Virgin Islands", "VI",  "US");
-  ("GEAS-OBJECT-ID", "Utah",             "UT",  "US");
-  ("GEAS-OBJECT-ID", "Vermont",          "VT",  "US");
-  ("GEAS-OBJECT-ID", "Virginia",         "VA",  "US");
-  ("GEAS-OBJECT-ID", "Washington",       "WA",  "US");
-  ("GEAS-OBJECT-ID", "West Virginia",    "WV",  "US");
-  ("GEAS-OBJECT-ID", "Wisconsin",        "WI",  "US");
-  ("GEAS-OBJECT-ID", "Wyoming",          "WY",  "US");
-  ("GEAS-OBJECT-ID", "Alberta",          "AB",  "CA");
-  ("GEAS-OBJECT-ID", "British Columbia", "BC",  "CA");
-  ("GEAS-OBJECT-ID", "Manitoba",         "MB",  "CA");
-  ("GEAS-OBJECT-ID", "New Brunswick",    "NB",  "CA");
-  ("GEAS-OBJECT-ID", "Newfoundland",     "NF",  "CA");
-  ("GEAS-OBJECT-ID", "Northwest Territories", "NT",  "CA");
-  ("GEAS-OBJECT-ID", "Nova Scotia",      "NS",  "CA");
-  ("GEAS-OBJECT-ID", "Ontario",          "ON",  "CA");
-  ("GEAS-OBJECT-ID", "Prince Edward Island", "PE",  "CA");
-  ("GEAS-OBJECT-ID", "Quebec",           "PQ",  "CA");
-  ("GEAS-OBJECT-ID", "Saskatchewan",     "SK",  "CA");
-  ("GEAS-OBJECT-ID", "Yukon Territory",  "YT",  "CA");
-  ("GEAS-OBJECT-ID", "Armed Forces Europe, the Middle East and Canada", "AE",  
"US");
-  ("GEAS-OBJECT-ID", "Armed Forces Pacific", "AP",  "US");
-  ("GEAS-OBJECT-ID", "Armed Forces",     "AA", "US");
+INSERT INTO location__region (objectid, "desc", code, country) VALUES
+  ('GEAS-OBJECT-ID', 'Alabama',          'AL',  'US');
+  ('GEAS-OBJECT-ID', 'Alaska',           'AK',  'US');
+  ('GEAS-OBJECT-ID', 'American Samoa',   'AS',  'US');
+  ('GEAS-OBJECT-ID', 'Arizona',          'AZ',  'US');
+  ('GEAS-OBJECT-ID', 'Arkansas',         'AR',  'US');
+  ('GEAS-OBJECT-ID', 'California',       'CA',  'US');
+  ('GEAS-OBJECT-ID', 'Colorado',         'CO',  'US');
+  ('GEAS-OBJECT-ID', 'Connecticut',      'CT',  'US');
+  ('GEAS-OBJECT-ID', 'Delaware',         'DE',  'US');
+  ('GEAS-OBJECT-ID', 'District of Columbia', 'DC',  'US');
+  ('GEAS-OBJECT-ID', 'Federated States of Micronesia', 'FM',  'US');
+  ('GEAS-OBJECT-ID', 'Florida',          'FL',  'US');
+  ('GEAS-OBJECT-ID', 'Georgia',          'GA',  'US');
+  ('GEAS-OBJECT-ID', 'Guam',             'GU',  'US');
+  ('GEAS-OBJECT-ID', 'Hawaii',           'HI',  'US');
+  ('GEAS-OBJECT-ID', 'Idaho',            'ID',  'US');
+  ('GEAS-OBJECT-ID', 'Illinois',         'IL',  'US');
+  ('GEAS-OBJECT-ID', 'Indiana',          'IN',  'US');
+  ('GEAS-OBJECT-ID', 'Iowa',             'IA',  'US');
+  ('GEAS-OBJECT-ID', 'Kansas',           'KS',  'US');
+  ('GEAS-OBJECT-ID', 'Kentucky',         'KY',  'US');
+  ('GEAS-OBJECT-ID', 'Louisiana',        'LA',  'US');
+  ('GEAS-OBJECT-ID', 'Maine',            'ME',  'US');
+  ('GEAS-OBJECT-ID', 'Marshall Islands', 'MH',  'US');
+  ('GEAS-OBJECT-ID', 'Maryland',         'MD',  'US');
+  ('GEAS-OBJECT-ID', 'Massachusetts',    'MA',  'US');
+  ('GEAS-OBJECT-ID', 'Michigan',         'MI',  'US');
+  ('GEAS-OBJECT-ID', 'Minnesota',        'MN',  'US');
+  ('GEAS-OBJECT-ID', 'Mississippi',      'MS',  'US');
+  ('GEAS-OBJECT-ID', 'Missouri',         'MO',  'US');
+  ('GEAS-OBJECT-ID', 'Montana',          'MT',  'US');
+  ('GEAS-OBJECT-ID', 'Nebraska',         'NE',  'US');
+  ('GEAS-OBJECT-ID', 'Nevada',           'NV',  'US');
+  ('GEAS-OBJECT-ID', 'New Hampshire',    'NH',  'US');
+  ('GEAS-OBJECT-ID', 'New Jersey',       'NJ',  'US');
+  ('GEAS-OBJECT-ID', 'New Mexico',       'NM',  'US');
+  ('GEAS-OBJECT-ID', 'New York',         'NY',  'US');
+  ('GEAS-OBJECT-ID', 'North Carolina',   'NC',  'US');
+  ('GEAS-OBJECT-ID', 'North Dakota',     'ND',  'US');
+  ('GEAS-OBJECT-ID', 'Northern Mariana Islands', 'MP',  'US');
+  ('GEAS-OBJECT-ID', 'Ohio',             'OH',  'US');
+  ('GEAS-OBJECT-ID', 'Oklahoma',         'OK',  'US');
+  ('GEAS-OBJECT-ID', 'Oregon',           'OR',  'US');
+  ('GEAS-OBJECT-ID', 'Palau',            'PW',  'US');
+  ('GEAS-OBJECT-ID', 'Pennsylvania',     'PA',  'US');
+  ('GEAS-OBJECT-ID', 'Puerto Rico',      'PR',  'US');
+  ('GEAS-OBJECT-ID', 'Rhode Island',     'RI',  'US');
+  ('GEAS-OBJECT-ID', 'South Carolina',   'SC',  'US');
+  ('GEAS-OBJECT-ID', 'South Dakota',     'SD',  'US');
+  ('GEAS-OBJECT-ID', 'Tennessee',        'TN',  'US');
+  ('GEAS-OBJECT-ID', 'Texas',            'TX',  'US');
+  ('GEAS-OBJECT-ID', 'US Minor Outlying Islands', 'UM',  'US');
+  ('GEAS-OBJECT-ID', 'US Virgin Islands', 'VI',  'US');
+  ('GEAS-OBJECT-ID', 'Utah',             'UT',  'US');
+  ('GEAS-OBJECT-ID', 'Vermont',          'VT',  'US');
+  ('GEAS-OBJECT-ID', 'Virginia',         'VA',  'US');
+  ('GEAS-OBJECT-ID', 'Washington',       'WA',  'US');
+  ('GEAS-OBJECT-ID', 'West Virginia',    'WV',  'US');
+  ('GEAS-OBJECT-ID', 'Wisconsin',        'WI',  'US');
+  ('GEAS-OBJECT-ID', 'Wyoming',          'WY',  'US');
+  ('GEAS-OBJECT-ID', 'Alberta',          'AB',  'CA');
+  ('GEAS-OBJECT-ID', 'British Columbia', 'BC',  'CA');
+  ('GEAS-OBJECT-ID', 'Manitoba',         'MB',  'CA');
+  ('GEAS-OBJECT-ID', 'New Brunswick',    'NB',  'CA');
+  ('GEAS-OBJECT-ID', 'Newfoundland',     'NF',  'CA');
+  ('GEAS-OBJECT-ID', 'Northwest Territories', 'NT',  'CA');
+  ('GEAS-OBJECT-ID', 'Nova Scotia',      'NS',  'CA');
+  ('GEAS-OBJECT-ID', 'Ontario',          'ON',  'CA');
+  ('GEAS-OBJECT-ID', 'Prince Edward Island', 'PE',  'CA');
+  ('GEAS-OBJECT-ID', 'Quebec',           'PQ',  'CA');
+  ('GEAS-OBJECT-ID', 'Saskatchewan',     'SK',  'CA');
+  ('GEAS-OBJECT-ID', 'Yukon Territory',  'YT',  'CA');
+  ('GEAS-OBJECT-ID', 'Armed Forces Europe, the Middle East and Canada', 'AE',  
'US');
+  ('GEAS-OBJECT-ID', 'Armed Forces Pacific', 'AP',  'US');
+  ('GEAS-OBJECT-ID', 'Armed Forces',     'AA', 'US');



reply via email to

[Prev in Thread] Current Thread [Next in Thread]