Convert Text File From ISO-8859-1 to UTF-8
Tutorials
Signup
Login
Search
Convert Text File From ISO-8859-1 to UTF-8
Computers
->
Operating Systems
->
Linux (all)
How to convert a text file from ISO-8859-1 to UTF-8 on linux command line.
more >>
Contents
iconv command
iconv command
Open Linux Shell and enter the following command:
iconv --from-code=ISO-8859-1 --to-code=UTF-8 iso.txt > utf.txt
where
iso.txt
is the source file
and
utf.txt
is the target file.
Copyright © 2007-2012
PKSoftware
. All rights reserved.
Privacy
|
Terms of Use
|
Legal Notice