Query: mkcsmapper
OS: freebsd
Section: 1
Links: freebsd man pages all man pages forum categories
Format:Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MKCSMAPPER(1) BSD General Commands Manual MKCSMAPPER(1)NAMEmkcsmapper -- generates hashed conversion data for iconv(3)SYNOPSISmkcsmapper [-mpd] -o outfile infileDESCRIPTIONThe mkcsmapper utility generates binary conversion data from plain text conversion tables for the iconv(3) library. The conversion data has two components: The conversion mapping between specific character encodings. A pivot file, which the possible source and destination encod- ing pairs or the set of mappings to use for a compound encoding. The following options are available: -d Turns on debug mode. -m Generate mapping data from infile. -o outfile Put generated binary data to outfile. -p Generate pivot data from outfile.EXIT STATUSThe mkcsmapper utility exits 0 on success, and >0 if an error occurs.SEE ALSOiconv(1), mkesdb(1), iconv(3)HISTORYmkcsmapper first appeared in NetBSD 2.0, and made its appearance in FreeBSD 9.0.AUTHORSThis manual page was written by Gabor Kovesdan <gabor@FreeBSD.org>.BSDSep 6, 2009 BSD