Better handling of PAF double dates.
[gedcom-parse.git] / data / gedcom.enc
1 # $Id$
2 # $Name$
3
4 # Mapping of charsets for gedcom parsing
5 # Each line contains (separated by whitespace):
6 #   - the gedcom name (with space replaced by underscore)
7 #   - a token identifying the width of characters and the ordering;
8 #     currently supported values: 1, 2_LOHI, 2_HILO
9 #   - the iconv name of the charset
10
11 # First the encodings supported by the GEDCOM 5.5 standard
12 UNICODE         2_LOHI  UCS-2LE
13 UNICODE         2_HILO  UCS-2BE
14 ASCII           1       ASCII
15 ANSEL           1       ANSEL
16
17 # Then some very frequently used non-standard encodings:
18 # Note that CP1252 is a superset of ISO-8859-1, so that is covered too
19 ANSI            1       CP1252
20 IBM_WINDOWS     1       CP1252
21 # The following is explicitly allowed in the draft 5.5.1 GEDCOM standard
22 UTF-8           1       UTF-8