From: Peter Verthez Date: Wed, 18 Sep 2002 17:51:39 +0000 (+0000) Subject: Moved from top directory to here. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=04086b886900720d9696aaba9a3d5d61dfde6020;p=gedcom-parse.git Moved from top directory to here. --- diff --git a/data/gedcom.enc b/data/gedcom.enc new file mode 100644 index 0000000..4645be9 --- /dev/null +++ b/data/gedcom.enc @@ -0,0 +1,19 @@ +# $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