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

mkesdb - Create encoding scheme database (esdb) files for oficonv

Description

       The  mkesdb utility generates a conversion catalog for the oficonv library. The generated data includes a
       list of supported encodings and their most important characteristics, such as the decoder module to use.

Exit Status

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

Name

       mkesdb - Create encoding scheme database (esdb) files for oficonv

Options

generaloptions
         -d    debug mode, print debug information

         -m    process directory catalog or alias file,
               instead of an encoding description

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

Parameters

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

See Also

mkcsmapper(1)

Synopsis

       mkesdb [-d] [-m] [-o outfile] infile

See Also