Gnus development mailing list
 help / color / mirror / Atom feed
From: Jesper Harder <harder@ifa.au.dk>
Subject: Re: Postings with UTF-8 characters are mangled
Date: Sun, 29 Dec 2002 23:13:38 +0100	[thread overview]
Message-ID: <m34r8wlbhp.fsf@defun.localdomain> (raw)
In-Reply-To: <84bs4gcdvr.fsf@lucy.cs.uni-dortmund.de>

kai.grossjohann@uni-duisburg.de (Kai Großjohann) writes:

> Whenever I include a snippet from my summary buffers in a posting, the
> posting is garbled.  Emacs declares it as UTF-16 but it is actually
> (something similar to) UTF-8.

I think there are two problems:

1. UTF-16 seems to be broken in CVS Emacs.  I get an error when I try to
   save an ordinary file as UTF-16 -- so it's probably not Gnus related.

2. UTF-16 has higher priority than UTF-8 in CVS Emacs.  I think we
   should find a fix.  Using UTF-16 in email is bad.

I'm not sure what's best:  

* Ask the Emacs maintainers if the priority of UTF-8 and UTF-16 could be
  swapped? or

* Initialize `mm-coding-system-priorities' to something like:

(when (fboundp 'sort-coding-systems)
  (delq 'mule-utf-16-le 
	(delq 'mule-utf-16-be 
	      (sort-coding-systems (coding-system-list t)))))

Ideas?




  parent reply	other threads:[~2002-12-29 22:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-23 18:58 Kai Großjohann
2002-11-23 19:15 ` Jesper Harder
2002-11-23 20:23   ` Kai Großjohann
2002-12-29 22:13 ` Jesper Harder [this message]
2002-12-29 22:49   ` Kai Großjohann
2002-12-29 22:58     ` Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m34r8wlbhp.fsf@defun.localdomain \
    --to=harder@ifa.au.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 NNTP newsgroup(s).