monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Monotone-devel] iconv diffs [Was: Why is utf8...]


From: Thomas Moschny
Subject: Re: [Monotone-devel] iconv diffs [Was: Why is utf8...]
Date: Fri, 16 Feb 2007 17:23:01 +0100
User-agent: KMail/1.9.6

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: pgpZ35sTOQzHF.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]