utf8.h is renamed to utf8tools.h
authorPeter Verthez <Peter.Verthez@advalvas.be>
Sat, 21 Dec 2002 18:14:02 +0000 (18:14 +0000)
committerPeter Verthez <Peter.Verthez@advalvas.be>
Sat, 21 Dec 2002 18:14:02 +0000 (18:14 +0000)
gedcom/encoding.c
gedcom/encoding.h
gedcom/gedcom_lex_common.c
gedcom/write.c

index e0140b2f1dff7d32e24743748f10b42004d74f21..a8780515135006b486f95fc89adf143950d14786 100644 (file)
@@ -29,7 +29,7 @@
 #include "gedcom.h"
 #include "encoding.h"
 #include "hash.h"
-#include "utf8.h"
+#include "utf8tools.h"
 
 #define ENCODING_CONF_FILE "gedcom.enc"
 #define GCONV_SEARCH_PATH "GCONV_PATH"
index a44ed0b69adfcc6771a2027b17109f33be81f831..d4327cad9a6dd67645ec34cf89f027316f216c5a 100644 (file)
@@ -26,7 +26,7 @@
 #define __ENCODING_H
 
 #include "gedcom.h"
-#include "utf8.h"
+#include "utf8tools.h"
 
 int open_conv_to_internal(const char* fromcode);
 void close_conv_to_internal();
index 902225f2f64b678827152cf8dc210ddf83d12059..f2fe44afeebf40290175267f3dedefdc4fc33a80 100644 (file)
@@ -29,7 +29,6 @@
 #include "gedcom.h"
 #include "gedcom.tabgen.h"
 #include "compat.h"
-#include "utf8.h"
 
 static size_t encoding_width;
 static int current_level = -1;
index 69d502e62f55009b63d53fa2c7dda4270c4f1c15..e338b948c30108142a02cebe1e6c30b1e9c848ef 100644 (file)
@@ -26,7 +26,7 @@
 #include "encoding.h"
 #include "tag_data.h"
 #include "buffer.h"
-#include "utf8.h"
+#include "utf8tools.h"
 #include <unistd.h>
 #include <sys/types.h>
 #include <sys/stat.h>