iconv.1: SEE ALSO: add uconv(1)

Refer to uconv(1) in iconv(1) manual page, it is helpful
transliterating e.g. Cyrillic to Latin:

echo <some-cyrillic-text> | uconv -f UTF-8 -t UTF-8 -x cyrillic-latin

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Marko Myllynen 2018-11-05 22:15:23 +02:00 committed by Michael Kerrisk
parent eb8567a5c2
commit 2e51e29c3c
1 changed files with 1 additions and 0 deletions

View File

@ -198,6 +198,7 @@ abc ss ? EUR abc
.in
.SH SEE ALSO
.BR locale (1),
.BR uconv (1),
.BR iconv (3),
.BR nl_langinfo (3),
.BR charsets (7),