iconvconfig(8) | System Manager's Manual | iconvconfig(8) |
iconvconfig - create iconv module configuration cache
iconvconfig [options] [directory]...
The iconv(3) function internally uses gconv modules to convert to and from a character set. A configuration file is used to determine the needed modules for a conversion. Loading and parsing such a configuration file would slow down programs that use iconv(3), so a caching mechanism is employed.
The iconvconfig program reads iconv module configuration files and writes a fast-loading gconv module configuration cache file.
In addition to the system provided gconv modules, the user can specify custom gconv module directories with the environment variable GCONV_PATH. However, iconv module configuration caching is used only when the environment variable GCONV_PATH is not set.
Zero on success, nonzero on errors.
Depending on the architecture, the above files may instead be located at directories with the path prefix /usr/lib64.
iconv(1), iconv(3)
2023-10-31 | Linux man-pages 6.7 |