LOCALE(1) - General Commands Manual # LOCALE(1) - General Commands Manual
NAME # locale - character encoding and localization conventions
SYNOPSIS # locale [-a | -m | charmap]
DESCRIPTION # If the locale utility is invoked without any arguments, the current locale configuration is shown. Values for categories that are not set in the environment or that are overridden by LC_ALL are displayed between double quotes.
The options are as follows:
...
MKLOCALE(1) - General Commands Manual # MKLOCALE(1) - General Commands Manual
NAME # mklocale - make LC_CTYPE locale files
SYNOPSIS # mklocale [-d] [src-file] language/LC_CTYPE
mklocale [-d] -o language/LC_CTYPE src-file
DESCRIPTION # The mklocale utility reads an LC_CTYPE source file from standard input and produces an LC_CTYPE binary file on standard output suitable for placement in /usr/share/locale/<language>/LC_CTYPE.
The format of src-file is quite simple: it consists of a series of lines which start with a keyword and have associated data following.
...