Hi,
Puzzled why does iconv convert the following in a peculiar way.
Following is the example text..
Code:
iconv -f UTF-8 -t ISO-8859-1 < file
dfsønne H converu
Any reason, why the two characters are clubbed together to form ø in latin1 encoded format.
Is there any pattern to be followed for iconv conversion ?
Basically my question is how does iconv select characters that are to be clubbed ( from utf-8 input ) and convert to a character ( latin1 )
Any pointers, much appreciated!
Thanks