Gnus development mailing list
 help / color / mirror / Atom feed
From: Jesper Harder <jesper_harder@hotmail.com>
Subject: Re: Charset Windows-1252
Date: Thu, 05 Oct 2000 17:12:58 GMT	[thread overview]
Message-ID: <wkhf6rqklb.fsf@ifa.au.dk> (raw)
In-Reply-To: <rju2arxmm2.fsf@ssv2.dina.kvl.dk>

Per Abrahamsen <abraham@dina.kvl.dk> writes:

> How do I declare Windows-1252 an alias for Latin 1?

I have:

(define-coding-system-alias 'windows-1252 'iso-8859-1)

I don't know if it's the right way.

> Or better, how do I make Gnus show bytes from "unknown" charsets as if
> they were Latin 1 characters, instead of as \ooo?

You can say:

(standard-display-ascii ?\205 "...")    ; ellipsis
(standard-display-ascii ?\206 "+")      ; dagger

and so on. I learned this from gnu.emacs.sources just a few hours
ago. There's a list at <http://www4.ncsu.edu/~tlroche/msChars.el>

-- 
Jesper Harder       Student: Master, does Emacs have the Buddha Nature?
                    Master:  Why not? It has damn near everything else!



  parent reply	other threads:[~2000-10-05 17:12 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-10-05 16:45 Per Abrahamsen
2000-10-05 16:46 ` ShengHuo ZHU
2000-10-05 17:14   ` Per Abrahamsen
2000-10-05 17:12 ` Jesper Harder [this message]
2000-10-05 19:49 ` Dave Love
2000-10-06  2:59   ` Jesper Harder

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=wkhf6rqklb.fsf@ifa.au.dk \
    --to=jesper_harder@hotmail.com \
    /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).