Paul Fox <[email protected]> writes: > i currently have this in my mh_profile: > mhshow-charset-iso-8859-1: %s | /usr/bin/iconv -f ISO-8859-1 -t UTF-8 | less
I've been seeing iconv a few times, and so I looked it up. Very cool. In the iconv command, you can append a //TRANSLIT to the target encoding to try to substitute some reasonable characters for characters that are not recognized there. It appears that iconv(3) returns EILSEQ in this case. Do we have another mechanism to implement //TRANSLIT? Seems useful. -- Bill Wohler <[email protected]> aka <[email protected]> http://www.newt.com/wohler/ GnuPG ID:610BD9AD _______________________________________________ Nmh-workers mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/nmh-workers
