Mercurial > hg > xemacs-beta
comparison src/intl-win32.c @ 5470:0af042a0c116
Merge with trunk.
author | Mats Lidell <matsl@xemacs.org> |
---|---|
date | Mon, 07 Feb 2011 21:22:17 +0100 |
parents | 8d29f1c4bb98 db326b8fe982 |
children | 56144c8593a8 |
comparison
equal
deleted
inserted
replaced
5469:2a8a04f73c15 | 5470:0af042a0c116 |
---|---|
2354 complex_vars_of_intl_win32 (void) | 2354 complex_vars_of_intl_win32 (void) |
2355 { | 2355 { |
2356 Fmake_coding_system_internal | 2356 Fmake_coding_system_internal |
2357 (Qmswindows_unicode, Qunicode, | 2357 (Qmswindows_unicode, Qunicode, |
2358 build_defer_string ("MS Windows Unicode"), | 2358 build_defer_string ("MS Windows Unicode"), |
2359 nconc2 (list4 (Qdocumentation, | 2359 listu (Qdocumentation, |
2360 build_defer_string ( | 2360 build_defer_string ( |
2361 "Converts to the Unicode encoding for Windows API calls.\n" | 2361 "Converts to the Unicode encoding for Windows API calls.\n" |
2362 "This encoding is equivalent to standard UTF16, little-endian." | 2362 "This encoding is equivalent to standard UTF16, little-endian." |
2363 ), | 2363 ), |
2364 Qmnemonic, build_ascstring ("MSW-U")), | 2364 Qmnemonic, build_ascstring ("MSW-U"), |
2365 list4 (Qunicode_type, Qutf_16, | 2365 Qunicode_type, Qutf_16, |
2366 Qlittle_endian, Qt))); | 2366 Qlittle_endian, Qt, |
2367 Qunbound)); | |
2367 | 2368 |
2368 #ifdef MULE | 2369 #ifdef MULE |
2369 /* Just temporarily. This will get fixed in mule-msw-init.el. */ | 2370 /* Just temporarily. This will get fixed in mule-msw-init.el. */ |
2370 Fdefine_coding_system_alias (Qmswindows_multibyte_system_default, | 2371 Fdefine_coding_system_alias (Qmswindows_multibyte_system_default, |
2371 Qraw_text); | 2372 Qraw_text); |