lynx-dev
[Top][All Lists]
Advanced

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

Re: script to convert those =?? to HTML tags [was Re: LYNX-DEV ftp file


From: Robert Bonomi
Subject: Re: script to convert those =?? to HTML tags [was Re: LYNX-DEV ftp files]
Date: Mon, 22 Dec 1997 05:34:14 -0600 (CST)

Henry,
  it's so-called "quoted printable" encoding.  AFAIK, it's a MICROSOFTism.
the form is "=<numeric_value>" of the character in the MS-DOS character-set
being used.

  for 'quick and dirty', you can map _any_ such to " ".  this provides a
  "rough approximation" of what was really intended.

+ From address@hidden  Mon Dec 22 01:32:58 1997
+ Return-Path: <address@hidden>
+ Received: (from address@hidden) by delta.ece.nwu.edu (8.8.5/8.8.3) id 
BAA23389 for <address@hidden>; Mon, 22 Dec 1997 01:32:57 -0600 (CST)
+ Received: from austin.sig.net(199.1.78.2) by delta.ece.nwu.edu via smap 
(V2.0beta)
+       id xma023386; Mon, 22 Dec 97 01:32:27 -0600
+ Received: (from address@hidden) by austin.aus.sig.net (8.8.6/8.8.6) id 
BAA01576; Mon, 22 Dec 1997 01:04:47 -0600 (CST)
+ Date: Mon, 22 Dec 1997 16:05:38 +0900 (JST)
+ From: Nelson Henry Eric <address@hidden>
+ Message-Id: <address@hidden>
+ To: address@hidden
+ Subject: script to convert those =?? to HTML tags [was Re: LYNX-DEV ftp files]
+ Sender: address@hidden
+ Precedence: bulk
+ Reply-To: address@hidden
+ Status: R
+ 
+ > Content-Transfer-Encoding: quoted-printable
+ 
+ Recently I've been getting a lot of mail with this kind of encoding.  It
+ invariably seems to have various "=??" throughout.  I made a script to
+ strip of the trailing "=" and "=20", and to substitute, e.g., "=A3" to
+ "&163;" and "=E9" to "&eacute;", but I really hate spending time
+ reinventing the wheel.  Is there a script or program out there to
+ convert that "=WHATEVER" format to HTML?
+ 
+ __Henry
+ 

reply via email to

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