Add interface function gedcom_init(), to avoid problem with GCONV_PATH
[gedcom-parse.git] / gedcom / multilex.c
index 42b9f5000613e95c959b32e226e89578e1a2fe4a..727c17959cb8f7aa03a6c9040ecf415e91d0cedf 100644 (file)
@@ -105,6 +105,11 @@ int determine_encoding(FILE* f)
   }
 }
 
+void gedcom_init()
+{
+  update_gconv_search_path();
+}
+
 int gedcom_parse_file(char* file_name)
 {
   ENCODING enc;