Mercurial > hg > xemacs-beta
diff lisp/mule/mule-win32-init.el @ 4447:15dd5229cea5
Support windows-1250 on Unix as well as Windows.
2008-05-07 Aidan Kehoe <kehoea@parhasard.net>
* mule/latin.el (windows-1250): Add the Central European Windows
coding system.
* mule/mule-win32-init.el: Don't use the Windows-specific CP1250
implementation, rely on that in latin.el instead.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Wed, 07 May 2008 21:06:45 +0200 |
parents | edb00a8b4eff |
children | d402d7b18bd8 |
line wrap: on
line diff
--- a/lisp/mule/mule-win32-init.el Sat Apr 26 16:28:44 2008 +0200 +++ b/lisp/mule/mule-win32-init.el Wed May 07 21:06:45 2008 +0200 @@ -153,10 +153,9 @@ ;; http://blogs.msdn.com/michkap/archive/2005/08/01/446475.aspx ; ("ANSI" 1200 utf-16-little-endian "Unicode (BMP of ISO 10646)") - ("ANSI" 1250 no-conversion "Windows 3.1 Eastern European") - ;; We implement this ourselves, and keeping the same implementation ;; across platforms means behaviour is a bit more consistent. + ; ("ANSI" 1250 no-conversion "Windows 3.1 Eastern European") ; ("ANSI" 1251 no-conversion "Windows 3.1 Cyrillic") ; ("ANSI" 1252 no-conversion "Windows 3.1 US (ANSI)")