GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DBFCSTOCS(1) User Contributed Perl Documentation DBFCSTOCS(1)

dbfcstocs -- charset conversion of dbf files

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

        dbfcstocs il2 1250 table.dbf table1.dbf

Please see the

        dbfcstocs --help

for short usage info.

This script is a wrapper aound 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.

cstocs(1).

Jan Pazdziora
2022-04-09 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.