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

Re: [MacPerl] bug in MIME::QuotedPrint ?



On Wed, Feb 02, 2000 at 12:11:02AM +0100, Axel Rose wrote:
> I think the Perl module MIME::QuotedPrint gives wrong results
> under MacPerl. I tested the following with QuotedPrint.pm from
> standard installation and from cpan-mac.
> 
> #!perl -w
> 
> use MIME::QuotedPrint;
> 
> $string = "ä";

I assume this is some 8bit ASCII character.  emacs shows it as a question
mark.  Different systems use different character sets, so you should not be
surprised that the encodings are different.

Doesn't look like a bug to me.

Ronald

# ===== Want to unsubscribe from this list?
# ===== Send mail with body "unsubscribe" to macperl-request@macperl.org