diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2020-11-29 18:22:14 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2020-11-29 18:22:14 +0000 |
commit | f2f1a2a0a06730e61ac240591b69c40d86a0ff04 (patch) | |
tree | d27efc4780f7c0459baa5e71bbff7b923c063328 /usr.bin/iconv | |
parent | 7c6c12ebcd1e15f1a7c6199cd684344f92c3855a (diff) | |
download | src-f2f1a2a0a06730e61ac240591b69c40d86a0ff04.tar.gz src-f2f1a2a0a06730e61ac240591b69c40d86a0ff04.zip |
Notes
Diffstat (limited to 'usr.bin/iconv')
-rw-r--r-- | usr.bin/iconv/iconv.1 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.bin/iconv/iconv.1 b/usr.bin/iconv/iconv.1 index 3018a4b736a2..6a9d8ed7251e 100644 --- a/usr.bin/iconv/iconv.1 +++ b/usr.bin/iconv/iconv.1 @@ -104,6 +104,13 @@ Specifies the destination codeset name as .El .Sh EXIT STATUS .Ex -std iconv +.Sh EXAMPLES +Convert +.Pa file.txt +from IBM273 to UTF-8 and save the result to +.Pa converted.txt : +.Pp +.Dl iconv -f IBM273 -t UTF-8 file.txt > converted.txt .Sh SEE ALSO .Xr mkcsmapper 1 , .Xr mkesdb 1 , |