Search found 1 match

by gusmmattos
Thu Oct 08, 2015 9:56 pm
Forum: Fonts & Character Sets
Topic: Convert UTF-8 to ISO-8859-1 (Latin-1)
Replies: 4
Views: 63524

Re: Convert UTF-8 to ISO-8859-1 (Latin-1)

Please, you wrote:

If you prefer to work with a command line, you can have a look at iconv:

$ iconv -f utf-8 -t iso-8859-1 <yourInFile> -o <yourOutFile>

Where do I write it? What are "yourInFile" and "yourOutFile"?

Thanks