From 50ef4513d8012297c626261609602f2451ef336a Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Mon, 27 Jan 2003 19:30:55 +0000 Subject: [PATCH] Added charset IBM_WINDOWS (used by Windows programs...) --- data/gedcom.enc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/gedcom.enc b/data/gedcom.enc index d1bb871..559473f 100644 --- a/data/gedcom.enc +++ b/data/gedcom.enc @@ -3,7 +3,7 @@ # Mapping of charsets for gedcom parsing # Each line contains (separated by whitespace): -# - the gedcom name +# - the gedcom name (with space replaced by underscore) # - a token identifying the width of characters and the ordering; # currently supported values: 1, 2_LOHI, 2_HILO # - the iconv name of the charset @@ -17,5 +17,6 @@ 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 +IBM_WINDOWS 1 CP1252 # The following is explicitly allowed in the draft 5.5.1 GEDCOM standard UTF-8 1 UTF-8 -- 2.30.2