mhonarc-commits
[Top] [All Lists]

CVS: mhonarc/MHonArc/lib mhtxtplain.pl,2.22,2.23

2002-09-24 20:56:54
Update of /cvsroot/mhonarc/mhonarc/MHonArc/lib
In directory subversions:/tmp/cvs-serv16495

Modified Files:
	mhtxtplain.pl 
Log Message:
* Removed hardcoding of us-ascii as an 'as-is' charset.  Thanks to
  Mooffie for providing a real-world answer to my XXX comment about
  this.


Index: mhtxtplain.pl
===================================================================
RCS file: /cvsroot/mhonarc/mhonarc/MHonArc/lib/mhtxtplain.pl,v
retrieving revision 2.22
retrieving revision 2.23
diff -C2 -r2.22 -r2.23
*** mhtxtplain.pl	20 Jul 2002 03:07:35 -0000	2.22
--- mhtxtplain.pl	25 Sep 2002 03:56:50 -0000	2.23
***************
*** 259,263 ****
      if ($args =~ /\basis=(\S+)/i) {
  	my $t = lc $1;  $t =~ s/['"]//g;
- 	%asis = ('us-ascii' => 1);  # XXX: Should us-ascii always be "as-is"?
  	local($_);  foreach (split(':', $t)) { $asis{$_} = 1; }
      }
--- 259,262 ----

---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-DEV