On Freitag, 16. Februar 2007, Lapo Luchini wrote:
> on Fedora, with libiconv bundled inside libc:
> % echo "\xE3\x83\x9D" | iconv -f UTF-8 -t ASCII//IGNORE//TRANSLIT
> iconv: illegal input sequence at position 4
> % echo "\xE3\x83\x9D" | iconv -f UTF-8 -t ASCII//IGNORE
> iconv: illegal input sequence at position 4
> % echo "\xE3\x83\x9D" | iconv -f UTF-8 -t ASCII//TRANSLIT
> ?

Order of the modifiers seems to matter.

On Fedora Core 6:
% echo "\xE3\x83\x9D" | iconv -f UTF-8 -t ASCII//TRANSLIT//IGNORE
?

Regards,
Thomas

Attachment: pgpNfKMRLbtgL.pgp
Description: PGP signature

_______________________________________________
Monotone-devel mailing list
Monotone-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/monotone-devel

Reply via email to