MIME::EncWords charset param
- From: Mags <mags.doheny@xxxxxxx>
- Date: Tue, 20 Feb 2007 16:03:58 -0800
hi,
I'm having difficulty getting MIME::EncWords to ouput an encoded, single-byte value; it always seems to ouput the double-byte (unicode) value rather than the iso value, for example :
$encoded = encode_mimewords ( "á", Encoding=>"Q", Charset=>"ISO-8859-1");
$encoded has value : =?ISO-8859-1?Q?=C3=A1?=
.... shouldn't this be : =?ISO-8859-1?Q?=E1?=
?
If instead :
$encoded = encode_mimewords ( "á", Encoding=>"Q", Charset=>"UTF-8");
....I would then expect $encoded to have the value =?UTF-8?Q?=C3=A1?= (which it does).
Am i mis-interpreting something?
I've just downloaded a lot of the pre-requisite MIME modules, so they should be the most recent versions.
tia,
mags.
.
- Prev by Date: Re: GD::Graph::_read_logo_file and export_format
- Next by Date: CPAN install issues
- Previous by thread: GD::Graph::_read_logo_file and export_format
- Next by thread: CPAN install issues
- Index(es):