Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
4446:c32b3d10c56b | 4447:15dd5229cea5 |
---|---|
151 | 151 |
152 ;; This code page doesn't work. See | 152 ;; This code page doesn't work. See |
153 ;; http://blogs.msdn.com/michkap/archive/2005/08/01/446475.aspx | 153 ;; http://blogs.msdn.com/michkap/archive/2005/08/01/446475.aspx |
154 ; ("ANSI" 1200 utf-16-little-endian "Unicode (BMP of ISO 10646)") | 154 ; ("ANSI" 1200 utf-16-little-endian "Unicode (BMP of ISO 10646)") |
155 | 155 |
156 ("ANSI" 1250 no-conversion "Windows 3.1 Eastern European") | |
157 | |
158 ;; We implement this ourselves, and keeping the same implementation | 156 ;; We implement this ourselves, and keeping the same implementation |
159 ;; across platforms means behaviour is a bit more consistent. | 157 ;; across platforms means behaviour is a bit more consistent. |
158 ; ("ANSI" 1250 no-conversion "Windows 3.1 Eastern European") | |
160 ; ("ANSI" 1251 no-conversion "Windows 3.1 Cyrillic") | 159 ; ("ANSI" 1251 no-conversion "Windows 3.1 Cyrillic") |
161 ; ("ANSI" 1252 no-conversion "Windows 3.1 US (ANSI)") | 160 ; ("ANSI" 1252 no-conversion "Windows 3.1 US (ANSI)") |
162 | 161 |
163 ; ("ANSI" 1253 no-conversion "Windows 3.1 Greek") | 162 ; ("ANSI" 1253 no-conversion "Windows 3.1 Greek") |
164 ("ANSI" 1254 no-conversion "Windows 3.1 Turkish") | 163 ("ANSI" 1254 no-conversion "Windows 3.1 Turkish") |