locale.5: Document charclass and charconv

See e.g. the locales ja_JP and ko_KR and

http://en.cppreference.com/w/cpp/string/wide/towctrans
http://en.cppreference.com/w/cpp/string/wide/wctrans

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Marko Myllynen 2015-05-12 16:57:58 +03:00 committed by Michael Kerrisk
parent 3d6d6fac8b
commit ae91a0d63c
1 changed files with 8 additions and 2 deletions

View File

@ -244,8 +244,6 @@ in the first column.
The following keywords are allowed:
.\" FIXME The following LC_CTYPE keywords are not documented:
.\" translit_start + translit_end
.\" charclass
.\" charconv
.\" outdigit
.\" include
.\" map (to_inpunct, to_outpunct)
@ -431,6 +429,14 @@ followed by a list of mappings from uppercase to lowercase
letters.
If the keyword tolower is not present, the reverse of the
toupper list is used.
.TP
.I charclass
followed by a list of locale-specific character class names
which are then to be defined in the locale.
.TP
.I charconv
followed by a list of locale-specific character map names
which are then to be defined in the locale.
.PP
The
.B LC_CTYPE