From: Peter Verthez Date: Sat, 21 Dec 2002 18:14:02 +0000 (+0000) Subject: utf8.h is renamed to utf8tools.h X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=177218adadc7aa92a1c14e6b8b33080dc77d6e4e;hp=a9e4b4df0cb08b63e54593533002dd9eb18487b3;p=gedcom-parse.git utf8.h is renamed to utf8tools.h --- diff --git a/gedcom/encoding.c b/gedcom/encoding.c index e0140b2..a878051 100644 --- a/gedcom/encoding.c +++ b/gedcom/encoding.c @@ -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" diff --git a/gedcom/encoding.h b/gedcom/encoding.h index a44ed0b..d4327ca 100644 --- a/gedcom/encoding.h +++ b/gedcom/encoding.h @@ -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(); diff --git a/gedcom/gedcom_lex_common.c b/gedcom/gedcom_lex_common.c index 902225f..f2fe44a 100644 --- a/gedcom/gedcom_lex_common.c +++ b/gedcom/gedcom_lex_common.c @@ -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; diff --git a/gedcom/write.c b/gedcom/write.c index 69d502e..e338b94 100644 --- a/gedcom/write.c +++ b/gedcom/write.c @@ -26,7 +26,7 @@ #include "encoding.h" #include "tag_data.h" #include "buffer.h" -#include "utf8.h" +#include "utf8tools.h" #include #include #include