Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Iconv
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Usage == <code>[[stdin]]</code> can be converted from [[ISO/IEC 8859-1|ISO-8859-1]] to current locale and output to <code>[[stdout]]</code> using:<ref>{{cite web|url=http://www-01.ibm.com/support/knowledgecenter/ssw_aix_53/com.ibm.aix.cmds/doc/aixcmds3/iconv.htm|title=IBM Knowledge Center|website=www-01.ibm.com|access-date=21 April 2018}}</ref> <syntaxhighlight lang="bash"> iconv -f iso-8859-1 </syntaxhighlight> An input file <code>infile</code> can be converted from ISO-8859-1 to UTF-8 and output to output file <code>outfile</code> using: <syntaxhighlight lang="bash"> iconv -f iso-8859-1 -t utf-8 <infile> -o <outfile> </syntaxhighlight>
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)