unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#37555: mml-attach-file ascii, big5
@ 2019-09-29 16:23 積丹尼 Dan Jacobson
  2019-09-29 17:15 ` Eli Zaretskii
  2019-09-30 15:14 ` Lars Ingebrigtsen
  0 siblings, 2 replies; 8+ messages in thread
From: 積丹尼 Dan Jacobson @ 2019-09-29 16:23 UTC (permalink / raw)
  To: 37555

I used C-c C-a mml-attach-file and filled in the description with "提案"
and instead of 100% UTF we see ascii and big5 mentioned below.

Content-Type: text/html; charset=utf-8
Content-Disposition: inline; filename=DJ1.html
Content-Transfer-Encoding: 8bit
Content-Description: =?us-ascii?Q?=3D=3Fbig5=3FB=3F0Eg=3D=3F=3D?=

See my https://jidanni.org/comp/configuration

Gnus v5.13
GNU Emacs 26.3 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.11)
 of 2019-09-23, modified by Debian





^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#37555: mml-attach-file ascii, big5
  2019-09-29 16:23 bug#37555: mml-attach-file ascii, big5 積丹尼 Dan Jacobson
@ 2019-09-29 17:15 ` Eli Zaretskii
  2019-09-29 17:18   ` Lars Ingebrigtsen
  2019-09-29 17:23   ` 積丹尼 Dan Jacobson
  2019-09-30 15:14 ` Lars Ingebrigtsen
  1 sibling, 2 replies; 8+ messages in thread
From: Eli Zaretskii @ 2019-09-29 17:15 UTC (permalink / raw)
  To: 積丹尼 Dan Jacobson; +Cc: 37555

> From: 積丹尼 Dan Jacobson
>  <jidanni@jidanni.org>
> Date: Mon, 30 Sep 2019 00:23:32 +0800
> 
> I used C-c C-a mml-attach-file and filled in the description with "提案"
> and instead of 100% UTF we see ascii and big5 mentioned below.

Why is that a problem?  The attachment should arrive intact to the
other side, that's the only important thing, no?





^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#37555: mml-attach-file ascii, big5
  2019-09-29 17:15 ` Eli Zaretskii
@ 2019-09-29 17:18   ` Lars Ingebrigtsen
  2019-09-29 17:36     ` 積丹尼 Dan Jacobson
  2019-09-29 17:23   ` 積丹尼 Dan Jacobson
  1 sibling, 1 reply; 8+ messages in thread
From: Lars Ingebrigtsen @ 2019-09-29 17:18 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 37555, 積丹尼 Dan Jacobson

Eli Zaretskii <eliz@gnu.org> writes:

>> From: 積丹尼 Dan Jacobson
>>  <jidanni@jidanni.org>
>> Date: Mon, 30 Sep 2019 00:23:32 +0800
>> 
>> I used C-c C-a mml-attach-file and filled in the description with "提案"
>> and instead of 100% UTF we see ascii and big5 mentioned below.
>
> Why is that a problem?  The attachment should arrive intact to the
> other side, that's the only important thing, no?

The description shouldn't be mangled like that, though.  It looks like
it's been encoded twice:

Content-Description: =?us-ascii?Q?=3D=3Fbig5=3FB=3F0Eg=3D=3F=3D?=

There's a big5 base64 text in there that's then been qp-encoded and
marked as ASCII.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#37555: mml-attach-file ascii, big5
  2019-09-29 17:15 ` Eli Zaretskii
  2019-09-29 17:18   ` Lars Ingebrigtsen
@ 2019-09-29 17:23   ` 積丹尼 Dan Jacobson
  2019-09-29 19:21     ` Eli Zaretskii
  1 sibling, 1 reply; 8+ messages in thread
From: 積丹尼 Dan Jacobson @ 2019-09-29 17:23 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 37555

>>>>> "EZ" == Eli Zaretskii <eliz@gnu.org> writes:

EZ> Why is that a problem?  The attachment should arrive intact to the
EZ> other side, that's the only important thing, no?

The Description is getting mangled!

A mangled Description will make the user look unprofessional to his superiors.





^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#37555: mml-attach-file ascii, big5
  2019-09-29 17:18   ` Lars Ingebrigtsen
@ 2019-09-29 17:36     ` 積丹尼 Dan Jacobson
  0 siblings, 0 replies; 8+ messages in thread
From: 積丹尼 Dan Jacobson @ 2019-09-29 17:36 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 37555

[-- Attachment #1: Type: text/plain, Size: 60 bytes --]

And, adding some text above it,

希望臨時提案:


[-- Attachment #2: 粀 --]
[-- Type: text/html, Size: 684 bytes --]

[-- Attachment #3: Type: text/plain, Size: 200 bytes --]


causes:

[1. text/plain]
希望臨時提案:

[2. 粀 --- text/html; DJ1.html]
    ^^WRONG CHARACTER... 提案 has become just 粀.

As seen here:

Content-Description: =?big5?B?0Eg=?=

^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#37555: mml-attach-file ascii, big5
  2019-09-29 17:23   ` 積丹尼 Dan Jacobson
@ 2019-09-29 19:21     ` Eli Zaretskii
  2019-09-30 14:46       ` 積丹尼 Dan Jacobson
  0 siblings, 1 reply; 8+ messages in thread
From: Eli Zaretskii @ 2019-09-29 19:21 UTC (permalink / raw)
  To: 積丹尼 Dan Jacobson; +Cc: 37555

> From: 積丹尼 Dan Jacobson <jidanni@jidanni.org>
> Cc: 37555@debbugs.gnu.org
> Date: Mon, 30 Sep 2019 01:23:07 +0800
> 
> >>>>> "EZ" == Eli Zaretskii <eliz@gnu.org> writes:
> 
> EZ> Why is that a problem?  The attachment should arrive intact to the
> EZ> other side, that's the only important thing, no?
> 
> The Description is getting mangled!

But that's not what you said in your original complaint: there you
said the problem was that "instead of 100% UTF we see ascii and big5
mentioned below".  And that is what you replied to.





^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#37555: mml-attach-file ascii, big5
  2019-09-29 19:21     ` Eli Zaretskii
@ 2019-09-30 14:46       ` 積丹尼 Dan Jacobson
  0 siblings, 0 replies; 8+ messages in thread
From: 積丹尼 Dan Jacobson @ 2019-09-30 14:46 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 37555

>>>>> "EZ" == Eli Zaretskii <eliz@gnu.org> writes:

EZ> But that's not what you said in your original complaint: there you
EZ> said the problem was that "instead of 100% UTF we see ascii and big5
EZ> mentioned below".  And that is what you replied to.

In this bug report the only thing I am talking about is what happens to
the zzzz of
... disposition=attachment description=zzzz ...





^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#37555: mml-attach-file ascii, big5
  2019-09-29 16:23 bug#37555: mml-attach-file ascii, big5 積丹尼 Dan Jacobson
  2019-09-29 17:15 ` Eli Zaretskii
@ 2019-09-30 15:14 ` Lars Ingebrigtsen
  1 sibling, 0 replies; 8+ messages in thread
From: Lars Ingebrigtsen @ 2019-09-30 15:14 UTC (permalink / raw)
  To: 積丹尼 Dan Jacobson; +Cc: 37555

積丹尼 Dan Jacobson <jidanni@jidanni.org> writes:

> Content-Description: =?us-ascii?Q?=3D=3Fbig5=3FB=3F0Eg=3D=3F=3D?=

This is now fixed on the trunk.  I sent myself an attachment with the
string in question as the description, and I now get:

[1. 提案 --- image/jpeg; rms.jpg]...

So I'm closing the bug report -- if you're still seeing this, please
reopen.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-09-30 15:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-29 16:23 bug#37555: mml-attach-file ascii, big5 積丹尼 Dan Jacobson
2019-09-29 17:15 ` Eli Zaretskii
2019-09-29 17:18   ` Lars Ingebrigtsen
2019-09-29 17:36     ` 積丹尼 Dan Jacobson
2019-09-29 17:23   ` 積丹尼 Dan Jacobson
2019-09-29 19:21     ` Eli Zaretskii
2019-09-30 14:46       ` 積丹尼 Dan Jacobson
2019-09-30 15:14 ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).