Index: contrib/dbase/dbf2pg.c =================================================================== RCS file: /cvsroot/pgsql-server/contrib/dbase/dbf2pg.c,v retrieving revision 1.18 diff -c -c -r1.18 dbf2pg.c *** contrib/dbase/dbf2pg.c 8 Aug 2003 20:20:49 -0000 1.18 --- contrib/dbase/dbf2pg.c 27 Sep 2003 22:24:02 -0000 *************** *** 700,705 **** --- 700,707 ---- if (verbose > 1) printf("Opening dbf-file\n"); + setlocale(LC_ALL, ""); /* fix for isprint() */ + if ((dbh = dbf_open(argv[0], O_RDONLY)) == (dbhead *) - 1) { fprintf(stderr, "Couldn't open xbase-file %s\n", argv[0]);