comparison src/text.h @ 4794:8484c6c76837

Merge.
author Aidan Kehoe <kehoea@parhasard.net>
date Thu, 31 Dec 2009 15:47:03 +0000
parents bc4f2511bbea
children b3ea9c582280
comparison
equal deleted inserted replaced
4793:8b50bee3c88c 4794:8484c6c76837
3109 #define Qx_xpm_data_encoding Qx_hpc_encoding 3109 #define Qx_xpm_data_encoding Qx_hpc_encoding
3110 3110
3111 /* !!#### Verify these! */ 3111 /* !!#### Verify these! */
3112 #define Qxt_widget_arg_encoding Qnative 3112 #define Qxt_widget_arg_encoding Qnative
3113 #define Qdt_dnd_encoding Qnative 3113 #define Qdt_dnd_encoding Qnative
3114 #define Qoffix_dnd_encoding Qnative
3115 3114
3116 /* RedHat 6.2 contains a locale called "Francais" with the C-cedilla 3115 /* RedHat 6.2 contains a locale called "Francais" with the C-cedilla
3117 encoded in ISO2022! */ 3116 encoded in ISO2022! */
3118 #define Qlocale_name_encoding Qctext 3117 #define Qlocale_name_encoding Qctext
3119 3118
3120 #define Qstrerror_encoding Qnative 3119 #define Qstrerror_encoding Qnative
3121
3122 /* Encoding for strings coming from Offix drag-n-drop */
3123 #define Qoffix_dnd_encoding Qnative
3124 3120
3125 /* !!#### This exists to remind us that our hexify routine is totally 3121 /* !!#### This exists to remind us that our hexify routine is totally
3126 un-Muleized. */ 3122 un-Muleized. */
3127 #define Qdnd_hexify_encoding Qascii 3123 #define Qdnd_hexify_encoding Qascii
3128 3124