From 9e93d730fa358da974e770e8778b78645e2043f9 Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Sun, 25 Aug 2002 11:16:53 +0000 Subject: [PATCH 1/1] Simplify handling of default charset. --- gedcom/compat.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gedcom/compat.c b/gedcom/compat.c index 6ac021f..21cac35 100644 --- a/gedcom/compat.c +++ b/gedcom/compat.c @@ -31,7 +31,7 @@ int compat_enabled = 1; int compatibility = 0; int compat_at = 0; -char* default_charset; +char* default_charset = ""; #define SUBMITTER_LINK "@__COMPAT__SUBM__@" #define DEFAULT_SUBMITTER_NAME "Submitter" @@ -67,7 +67,6 @@ void set_compatibility(char* program) if (! strncmp(program, "ftree", 6)) { gedcom_warning(_("Enabling compatibility with 'ftree'")); compatibility = C_FTREE; - default_charset = "ANSI"; } else if (! strncmp(program, "LIFELINES", 9)) { /* Matches "LIFELINES 3.0.2" */ -- 2.30.2