IICSCVT - Inventec Character Set Conversion Utility

IICSCVT converts files from one character set to another character set.

Command-line Syntax

iicscvt input_fname input_cset_name output_fname output_cset_name

Parameters

input_fname
Name of the input file.
input_cset_name
Name of the character set of the input file.
output_fname
Name of the output file.
output_cset_name
Name of the character set for the output file.

Examples

iicscvt ascii.dat  cp850  ebcdic.dat cp500
iicscvt ebcdic.txt cp037  ascii.txt  cp437
iicscvt dos.txt    cp437  win.txt    cp1252
iicscvt win.txt    cp1252 dos.txt    cp850

Available character sets

CP037 EBCDIC Code Page 037
CP273 EBCDIC Code Page 273 (Austrian/German)
CP297 EBCDIC Code Page 297 (French)
CP437 ASCII Code Page 437
CP500 EBCDIC Code Page 500 (International)
CP819 ASCII Code Page 819 (ISO_8859-1, Latin1)
CP850 ASCII Code Page 850 (Multilingual)
CP852 ASCII Code Page 852 (Slavic)
CP855 ASCII Code Page 855 (Cyrillic)
CP857 ASCII Code Page 857 (Turkish)
CP860 ASCII Code Page 860 (Portuguese)
CP861 ASCII Code Page 861 (Islandic)
CP863 ASCII Code Page 863 (Canadian-French)
CP865 ASCII Code Page 865 (Nordic)
CP866 ASCII Code Page 866 (Russian)
CP869 ASCII Code Page 869 (Modern Greek)
CP875 EBCDIC Code Page 875
ELOT928 ASCII Character Set ELOT_928 (Greek8)
CP1026 EBCDIC Code Page 1026
CP1250 Windows 3.1 Eastern Europe
CP1251 Windows 3.1 Cyrillic
CP1252 Windows 3.1 Latin (US, Western Europe)
CP1253 Windows 3.1 Greek
CP1254 Windows 3.1 Turkish
CP10000 Macintosh Roman
CP10006 Macintosh Greek I
CP10007 Macintosh Cyrillic
CP10029 Macintosh Latin 2
DEC_BRITISH DEC British (7-bit)
DEC_DUTCH DEC Dutch (7-bit)
DEC_FINNISH DEC Finnish (7-bit)
DEC_FRENCH DEC French (7-bit)
DEC_FR_CANADIAN DEC French Canadian (7-bit)
DEC_GERMAN DEC German (7-bit)
DEC_ITALIAN DEC Italian (7-bit)
DEC_MULTINAT DEC Multinational (8-bit)
DEC_NOR_DAN DEC Norwegian/Danish (7-bit)
DEC_SPANISH DEC Spanish (7-bit)
DEC_SPECG DEC Special Graphics (7-bit)
DEC_SWEDISH DEC Swedish (7-bit)
DEC_SWISS DEC Swiss (7-bit)

About

Author: Christian d'Heureuse (chdh@inventec.ch)
Copyright (c) 1997-2000: Inventec Informatik AG, Zurich, Switzerland (www.inventec.ch)
This program is freeware.

Download