From dcec62a2c68323bd8bfc061e5299da380c2f4bb5 Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Wed, 18 Sep 2002 17:50:11 +0000 Subject: [PATCH 1/1] Moved to data subdirectory. --- gedcom.enc | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 gedcom.enc diff --git a/gedcom.enc b/gedcom.enc deleted file mode 100644 index 4645be9..0000000 --- a/gedcom.enc +++ /dev/null @@ -1,19 +0,0 @@ -# $Id$ -# $Name$ - -# Mapping of charsets for gedcom parsing -# Each line contains (separated by whitespace): -# - the gedcom name -# - a token identifying the width of characters and the ordering; -# currently supported values: 1, 2_LOHI, 2_HILO -# - the iconv name of the charset - -# First the encodings supported by the GEDCOM standard -UNICODE 2_LOHI UNICODELITTLE -UNICODE 2_HILO UNICODEBIG -ASCII 1 ASCII -ANSEL 1 ANSEL - -# Then some very frequently used non-standard encodings: -# Note that CP1252 is a superset of ISO-8859-1, so that is covered too -ANSI 1 CP1252 -- 2.30.2