dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
gedcom-parse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e8ff94
)
Simplify handling of default charset.
author
Peter Verthez
<Peter.Verthez@advalvas.be>
Sun, 25 Aug 2002 11:16:53 +0000
(11:16 +0000)
committer
Peter Verthez
<Peter.Verthez@advalvas.be>
Sun, 25 Aug 2002 11:16:53 +0000
(11:16 +0000)
gedcom/compat.c
patch
|
blob
|
history
diff --git
a/gedcom/compat.c
b/gedcom/compat.c
index 6ac021f2077b01858614284e55f3b29ac246e580..21cac35344407b1d6d4168f8017e372b4c72d985 100644
(file)
--- 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" */