From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/24440 Path: main.gmane.org!not-for-mail From: andreas.koenig@anima.de (Andreas J. Koenig) Newsgroups: gmane.emacs.gnus.general Subject: Re: Does Gnus UTF-7? Date: 21 Jul 1999 15:14:01 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035162005 8713 80.91.224.250 (21 Oct 2002 01:00:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:00:05 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id JAA11565 for ; Wed, 21 Jul 1999 09:26:51 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id IAB29242; Wed, 21 Jul 1999 08:16:43 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 21 Jul 1999 08:17:04 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id IAA16553 for ; Wed, 21 Jul 1999 08:16:50 -0500 (CDT) Original-Received: from andreas.in-berlin.de (16@andreas.in-berlin.de [193.175.21.68]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id JAA11429 for ; Wed, 21 Jul 1999 09:15:00 -0400 (EDT) Original-Received: from k by andreas.in-berlin.de with local (Exim 3.02 #2) id 116wC9-0004XR-00; Wed, 21 Jul 1999 15:14:01 +0200 Original-To: Toby Speight In-Reply-To: Toby Speight's message of "21 Jul 1999 12:25:09 +0100" Original-Lines: 26 User-Agent: Gnus/5.070095 (Pterodactyl Gnus v0.95) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:24440 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:24440 >>>>> On 21 Jul 1999 12:25:09 +0100, Toby Speight said: Andreas> Andreas J. Koenig 0> In , Andreas wrote: Andreas> X-Mailer: Mozilla 4.04 [en] (WinNT; I) Andreas> Subject: =?x-UNICODE-2-0-UTF-7?B?QUdST0ItR2VsK08yUS1l?= > You've gotta laugh. Base-64 encoding UTF-7?! That's a valid word according to RFC 2047 (MIME Part Three: Message Header Extensions for Non-ASCII Text). The construct is encoded-word = "=?" charset "?" encoding "?" encoded-text "?=" Charset: x-UNICODE-2-0-UTF-7 Encoding: B (which is BASE64) String as UTF-7: AGROB-Gel+O2Q-e Trying to translate the UTF-7-string to latin isn't possible, but this wasn't my point. I was mainly interested if UTF-7 support is there. Now I see, I really asked two questions, the second was if RFC 2047 parsing is intended to be there. -- andreas