X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gedcom%2Fmultilex.c;h=727c17959cb8f7aa03a6c9040ecf415e91d0cedf;hb=79269c03d231d3d2a564f77072d466f23cfc42c0;hp=42b9f5000613e95c959b32e226e89578e1a2fe4a;hpb=753c95b3cec1f7625c68d11b2d4f5786064566a1;p=gedcom-parse.git diff --git a/gedcom/multilex.c b/gedcom/multilex.c index 42b9f50..727c179 100644 --- a/gedcom/multilex.c +++ b/gedcom/multilex.c @@ -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;