John Delacour wrote:
> At 3:54 pm +0100 23/11/05, Sven Neuhaus wrote:
>
>> this seems to be a bug:
>>
>> b)
>> perl -MHTML::Entities -MEncode -e '$a="abcÄ";
>> print encode("MIME-Q", HTML::Entities::decode($a)), "\n";'
>>
>> Result:
>> =?UTF-8?Q?abc=C4def?=
>
>
>
> What about this:
>
> pe
At 3:54 pm +0100 23/11/05, Sven Neuhaus wrote:
this seems to be a bug:
b)
perl -MHTML::Entities -MEncode -e '$a="abcÄ";
print encode("MIME-Q", HTML::Entities::decode($a)), "\n";'
Result:
=?UTF-8?Q?abc=C4def?=
What about this:
perl -MHTML::Entities -MEncode -e 'use encoding ("iso-8859-
Hi,
this seems to be a bug:
a)
perl -MHTML::Entities -MEncode -e '$a="abcÄ–def";
print encode("MIME-Q", HTML::Entities::decode($a)), "\n";'
Result:
=?UTF-8?Q?abc=C3=84=E2=80=93def?=
b)
perl -MHTML::Entitientities -MEncode -e '$a="abcÄ
print encode("MIME-Q", HTML::Entities::decode($a)), "\n";'
R