[mew-int 01826] Re: windows 1252
Tatsuya Kinoshita
tats at example.com
Tue Jun 29 08:07:47 JST 2004
On October 29, 2003, [mew-int 01565],
kazu (at iijlab.net) wrote:
> I did as follows:
>
> If 'windows-1252 is defined, windows-125x series are registered.
> Otherwise, cp125x series are registered.
>
> I hope that everybody is happy with this.
I discovered that XEmacs users were unhappy with it.
XEmacs 21.4.15 supports windows-1251, but windows-1252 is not yet
supported.
Emacs 21.3.50 supports both windows-1251 and windows-1252.
Could you apply the following patch?
-----
--- mew-mule3.el 31 May 2004 07:14:43 -0000 1.35
+++ mew-mule3.el 28 Jun 2004 22:54:19 -0000
@@ -164,7 +164,7 @@
("utf-7" . utf-7)
("unicode-1-1-utf-7" . utf-7) ;; the old UTF-7 name, RFC 1642
("utf-8" . utf-8)
- ,@(if (mew-coding-system-p 'windows-1252)
+ ,@(if (mew-coding-system-p 'windows-1251)
'(("windows-1250" . windows-1250)
("windows-1251" . windows-1251)
("windows-1252" . windows-1252)
-----
--
Tatsuya Kinoshita
More information about the Mew-int
mailing list