1 Nov 08:30
Re: Encodings
Rado1 napsal(a): > I tried to use it already to convert iso8859-2 or cp1250 to us-ascii > and it failed. It is not able to convert 8bit charset to 7bit charset. > The same result with recode :(((( > My fault, iconv is not able (as I know) to loose the diacritics. recode can do this. The target charset is known as a "flat". You need also use "-f" option to force ireversible translating: $ recode -f iso8859-2..flat So it'll be better to use librecode than libiconv library. --Petr _______________________________________________ Cicq mailing list Cicq@... http://mailman.linuxpl.org/mailman/listinfo/cicq Questions? Check the FAQ first: http://centericq.de/faq/
RSS Feed