X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fmain.c;h=8c18e9f31cf55d8761e28fbc5dcc831daa2cec79;hb=b8844c65622c12fb105bf7fc6bab2fc237af7c14;hp=a3cbd58259989060d88dbd64931ef25b7085b7dd;hpb=4c6c27a5098e5fd9425051ef97f98e898c098a20;p=idzebra-moved-to-github.git diff --git a/index/main.c b/index/main.c index a3cbd58..8c18e9f 100644 --- a/index/main.c +++ b/index/main.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: main.c,v $ - * Revision 1.41 1996-05-14 14:04:34 adam + * Revision 1.42 1996-05-31 09:07:01 quinn + * Work on character-set handling + * + * Revision 1.41 1996/05/14 14:04:34 adam * In zebraidx, the 'stat' command is improved. Statistics about ISAM/DICT * is collected. * @@ -232,6 +235,7 @@ int main (int argc, char **argv) } data1_tabpath = res_get (common_resource, "profilePath"); bf_lockDir (res_get (common_resource, "lockPath")); + init_charmap(); } if (!strcmp (arg, "update")) cmd = 'u';