logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dbfcstocs -- charset conversion of dbf files

Author

       Jan Pazdziora

perl v5.30.0                                       2019-10-05                                      DBFCSTOCS(1p)

Description

       This script is a wrapper around the cstocs utility, please see its man page first. This program converts
       charsets in dbf database files. You can also use the --field-names-charset option which will specify to
       which charset to convert the field names. So you can convert file in Windows-1250 to IOS-8859-2, but have
       its field names converted to US-ASCII:

               dbfcstocs --field-names-charset-ascii 1250 il2 table.dbf table1.dbf

       After the encoding specifications, pass couples of input dbf file, output destination file names.

Format

               dbfcstocs [options] src_encoding dst_encoding [file.dbf outfile.dbf...]

Name

       dbfcstocs -- charset conversion of dbf files

See Also

cstocs(1).

Synopsis

               dbfcstocs il2 1250 table.dbf table1.dbf

       Please see the

               dbfcstocs --help

       for short usage info.

See Also