iconv Flashcards

1
Q

iconv

A

The iconv program reads in text in one encoding and outputs the text in another encoding.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

iconv [INPUT/OUTPUT Format specification]

  • f, –from-code=NAME, Encoding of original text.
  • t, –to-code=NAME, Encoding for output.

[INFORMATION]

l, –list, List all know coded character sets.

A

[Output Control]

  • c, Omit invalid characters from output.
  • o, –output=FILE, Output file.
  • s, –silent

–verbose

How well did you know this?
1
Not at all
2
3
4
5
Perfectly