all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#46423: 27.1; Ultimate proof that *Article* and *Summary* use different charsets
@ 2021-02-10 13:49 積丹尼 Dan Jacobson
  2021-02-10 13:53 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: 積丹尼 Dan Jacobson @ 2021-02-10 13:49 UTC (permalink / raw)
  To: 46423

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

Here C-u g shows us the actual bytes in the *Article* buffer,
which you will recognize are UTF-8. Whereas the same bytes become
different bytes in the *Summary* buffer. We are talking about cases when
a raw UTF-8 Subject has arrived.

[-- Attachment #2: ugly --]
[-- Type: image/jpeg, Size: 162480 bytes --]

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

Here are the correct bytes:
$ echo 民國|hd
00000000  e6 b0 91 e5 9c 8b 0a

Yes, with plain g, the article looks great in the *Article* buffer, but
still one big mess in the *Summary* buffer.

In .overview, the line is UTF-8, but there are other non-UTF-8 lines in
.overview, probably causing the whole file to be assumed non-UTF-8 by
emacs as we discussed earlier.
https://www.jidanni.org/comp/configuration/

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

end of thread, other threads:[~2021-02-10 13:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-10 13:49 bug#46423: 27.1; Ultimate proof that *Article* and *Summary* use different charsets 積丹尼 Dan Jacobson
2021-02-10 13:53 ` Lars Ingebrigtsen

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.