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:
202b56b
)
Portability with libiconv: use UTF-8 instead of UTF8.
author
Peter Verthez
<Peter.Verthez@advalvas.be>
Sat, 28 Sep 2002 17:55:22 +0000
(17:55 +0000)
committer
Peter Verthez
<Peter.Verthez@advalvas.be>
Sat, 28 Sep 2002 17:55:22 +0000
(17:55 +0000)
gedcom/gedcom_internal.h
patch
|
blob
|
history
diff --git
a/gedcom/gedcom_internal.h
b/gedcom/gedcom_internal.h
index ea2bd6ef76599e1c2af3db4d945ddbc76a9e3619..a8c3044c1d2e85a5c0ed865b49c06687e3c6e676 100644
(file)
--- a/
gedcom/gedcom_internal.h
+++ b/
gedcom/gedcom_internal.h
@@
-45,10
+45,12
@@
#define MAXSTDTAGLEN 4
#define MAXGEDCPTRLEN 22
#define GEDCOMTAGOFFSET 257
-#define INTERNAL_ENCODING "UTF8"
+#define INTERNAL_ENCODING "UTF
-
8"
#define GEDCOM_INTERNAL 1
+#define UNUSED __attribute__((unused))
+
struct tag_struct {
char *string;
int value;