Mercurial > hg > xemacs-beta
comparison src/text.h @ 4834:b3ea9c582280
Use new cygwin_conv_path API with Cygwin 1.7 for converting names between Win32 and POSIX, UTF-8-aware, with attendant changes elsewhere
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Tue, 12 Jan 2010 01:38:04 -0600 |
parents | bc4f2511bbea |
children | d35e231d347d |
comparison
equal
deleted
inserted
replaced
4833:4dd2389173fc | 4834:b3ea9c582280 |
---|---|
2972 #define Qcommand_argument_encoding Qnative | 2972 #define Qcommand_argument_encoding Qnative |
2973 #define Qenvironment_variable_encoding Qnative | 2973 #define Qenvironment_variable_encoding Qnative |
2974 #endif | 2974 #endif |
2975 #define Qunix_host_name_encoding Qnative | 2975 #define Qunix_host_name_encoding Qnative |
2976 #define Qunix_service_name_encoding Qnative | 2976 #define Qunix_service_name_encoding Qnative |
2977 #define Qtime_function_encoding Qnative | |
2978 #define Qtime_zone_encoding Qtime_function_encoding | |
2977 #define Qmswindows_host_name_encoding Qmswindows_multibyte | 2979 #define Qmswindows_host_name_encoding Qmswindows_multibyte |
2978 #define Qmswindows_service_name_encoding Qmswindows_multibyte | 2980 #define Qmswindows_service_name_encoding Qmswindows_multibyte |
2981 #define Quser_name_encoding Qnative | |
2982 #define Qerror_message_encoding Qnative | |
2983 #define Qjpeg_error_message_encoding Qerror_message_encoding | |
2984 #define Qtooltalk_encoding Qnative | |
2985 #define Qgtk_encoding Qnative | |
2979 | 2986 |
2980 /* Wexttext functions. The type of Wexttext is selected at compile time | 2987 /* Wexttext functions. The type of Wexttext is selected at compile time |
2981 and will sometimes be wchar_t, sometimes char. */ | 2988 and will sometimes be wchar_t, sometimes char. */ |
2982 | 2989 |
2983 int wcscmp_ascii (const wchar_t *s1, const Ascbyte *s2); | 2990 int wcscmp_ascii (const wchar_t *s1, const Ascbyte *s2); |
3105 #define Qx_application_class_encoding Qx_hpc_encoding | 3112 #define Qx_application_class_encoding Qx_hpc_encoding |
3106 /* the following probably must agree with Qcommand_argument_encoding and | 3113 /* the following probably must agree with Qcommand_argument_encoding and |
3107 Qenvironment_variable_encoding */ | 3114 Qenvironment_variable_encoding */ |
3108 #define Qx_display_name_encoding Qx_hpc_encoding | 3115 #define Qx_display_name_encoding Qx_hpc_encoding |
3109 #define Qx_xpm_data_encoding Qx_hpc_encoding | 3116 #define Qx_xpm_data_encoding Qx_hpc_encoding |
3117 #define Qx_error_message_encoding Qx_hpc_encoding | |
3110 | 3118 |
3111 /* !!#### Verify these! */ | 3119 /* !!#### Verify these! */ |
3112 #define Qxt_widget_arg_encoding Qnative | 3120 #define Qxt_widget_arg_encoding Qnative |
3113 #define Qdt_dnd_encoding Qnative | 3121 #define Qdt_dnd_encoding Qnative |
3114 | 3122 |