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

mkcsmapper - Create csmapper conversion files for oficonv

Description

       The mkcsmapper utility generates binary conversion data from plain text conversion tables for the oficonv
       library.  The  conversion  data  has  three components: The conversion mapping between specific character
       encodings, a directory of available mapping files, and a pivot file, which contains the  possible  source
       and destination encoding pairs or the set of mappings to use for a compound encoding.

Exit Status

       The mkcsmapper utility exits 0 on success, and >0 if an error occurs.

Name

       mkcsmapper - Create csmapper conversion files for oficonv

Options

generaloptions
         -d    debug mode, print debug information

         -m    create directory of available mapping files

         -p    create pivot file

         -o    [f]ilename: string
               store output in file f

Parameters

       infile  input file (from oficonv/datasrc/csmapper) to be converted

See Also

mkesdb(1)

Synopsis

       mkcsmapper [-d] [-m | -p] [-o outfile] [infile]

See Also