emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Add non-ASCII characters to morse.el


From: Simon Josefsson
Subject: Re: [PATCH] Add non-ASCII characters to morse.el
Date: Fri, 22 Nov 2002 18:00:01 +0100
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu)

Karl Eichwalder <address@hidden> writes:

> Simon Josefsson <address@hidden> writes:
>
>> +;;; morse.el --- convert text to morse code and back             -*- 
>> coding: utf-8 -*-
>>  
>
> [...]
>
>> +                 ;; Non-ASCII
>> +                 ("Ä" . ".-.-")
>> +                 ("Á" . ".--.-")
>
> Probably a Gnus problem: your patch were converted to iso-8859-1 -- I
> guess you forgot to protect the diff using these "mml" tags and
> Emacs/Gnus happily unified UTF-8 to the default encoding.

Yup.  It is a feature, actually, since more people support ISO-8859-1
than UTF-8, so if UTF-8 can be expressed as ISO-8859-1 (which was the
case here, I believe) Gnus downgrades it.  I was happy to see that it
actually works in practice.  The commited file should be in UTF-8
though.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]