Release 980913
[wine] / include / winnls.h
1 #ifndef __WINE_WINNLS_H
2 #define __WINE_WINNLS_H
3
4 /* flags to GetLocaleInfo */
5 #define LOCALE_NOUSEROVERRIDE       0x80000000
6 #define LOCALE_USE_CP_ACP           0x40000000
7
8 #define LOCALE_LOCALEINFOFLAGSMASK  0xC0000000
9
10 /* When adding new defines, don't forget to add an entry to the
11  * locale2id map in misc/ole2nls.c
12  */
13 #define LOCALE_ILANGUAGE            0x00000001   
14 #define LOCALE_SLANGUAGE            0x00000002   
15 #define LOCALE_SENGLANGUAGE         0x00001001   
16 #define LOCALE_SABBREVLANGNAME      0x00000003   
17 #define LOCALE_SNATIVELANGNAME      0x00000004   
18 #define LOCALE_ICOUNTRY             0x00000005   
19 #define LOCALE_SCOUNTRY             0x00000006   
20 #define LOCALE_SENGCOUNTRY          0x00001002   
21 #define LOCALE_SABBREVCTRYNAME      0x00000007   
22 #define LOCALE_SNATIVECTRYNAME      0x00000008   
23 #define LOCALE_IDEFAULTLANGUAGE     0x00000009   
24 #define LOCALE_IDEFAULTCOUNTRY      0x0000000A   
25 #define LOCALE_IDEFAULTCODEPAGE     0x0000000B   
26 #define LOCALE_IDEFAULTANSICODEPAGE 0x00001004   
27 #define LOCALE_SLIST                0x0000000C   
28 #define LOCALE_IMEASURE             0x0000000D   
29 #define LOCALE_SDECIMAL             0x0000000E   
30 #define LOCALE_STHOUSAND            0x0000000F   
31 #define LOCALE_SGROUPING            0x00000010   
32 #define LOCALE_IDIGITS              0x00000011   
33 #define LOCALE_ILZERO               0x00000012   
34 #define LOCALE_INEGNUMBER           0x00001010   
35 #define LOCALE_SNATIVEDIGITS        0x00000013   
36 #define LOCALE_SCURRENCY            0x00000014   
37 #define LOCALE_SINTLSYMBOL          0x00000015   
38 #define LOCALE_SMONDECIMALSEP       0x00000016   
39 #define LOCALE_SMONTHOUSANDSEP      0x00000017   
40 #define LOCALE_SMONGROUPING         0x00000018   
41 #define LOCALE_ICURRDIGITS          0x00000019   
42 #define LOCALE_IINTLCURRDIGITS      0x0000001A   
43 #define LOCALE_ICURRENCY            0x0000001B   
44 #define LOCALE_INEGCURR             0x0000001C   
45 #define LOCALE_SDATE                0x0000001D   
46 #define LOCALE_STIME                0x0000001E   
47 #define LOCALE_SSHORTDATE           0x0000001F   
48 #define LOCALE_SLONGDATE            0x00000020   
49 #define LOCALE_STIMEFORMAT          0x00001003   
50 #define LOCALE_IDATE                0x00000021   
51 #define LOCALE_ILDATE               0x00000022   
52 #define LOCALE_ITIME                0x00000023   
53 #define LOCALE_ITIMEMARKPOSN        0x00001005   
54 #define LOCALE_ICENTURY             0x00000024   
55 #define LOCALE_ITLZERO              0x00000025   
56 #define LOCALE_IDAYLZERO            0x00000026   
57 #define LOCALE_IMONLZERO            0x00000027   
58 #define LOCALE_S1159                0x00000028   
59 #define LOCALE_S2359                0x00000029   
60 #define LOCALE_ICALENDARTYPE        0x00001009   
61 #define LOCALE_IOPTIONALCALENDAR    0x0000100B   
62 #define LOCALE_IFIRSTDAYOFWEEK      0x0000100C   
63 #define LOCALE_IFIRSTWEEKOFYEAR     0x0000100D   
64 #define LOCALE_SDAYNAME1            0x0000002A   
65 #define LOCALE_SDAYNAME2            0x0000002B   
66 #define LOCALE_SDAYNAME3            0x0000002C   
67 #define LOCALE_SDAYNAME4            0x0000002D   
68 #define LOCALE_SDAYNAME5            0x0000002E   
69 #define LOCALE_SDAYNAME6            0x0000002F   
70 #define LOCALE_SDAYNAME7            0x00000030   
71 #define LOCALE_SABBREVDAYNAME1      0x00000031   
72 #define LOCALE_SABBREVDAYNAME2      0x00000032   
73 #define LOCALE_SABBREVDAYNAME3      0x00000033   
74 #define LOCALE_SABBREVDAYNAME4      0x00000034   
75 #define LOCALE_SABBREVDAYNAME5      0x00000035   
76 #define LOCALE_SABBREVDAYNAME6      0x00000036   
77 #define LOCALE_SABBREVDAYNAME7      0x00000037   
78 #define LOCALE_SMONTHNAME1          0x00000038   
79 #define LOCALE_SMONTHNAME2          0x00000039   
80 #define LOCALE_SMONTHNAME3          0x0000003A   
81 #define LOCALE_SMONTHNAME4          0x0000003B   
82 #define LOCALE_SMONTHNAME5          0x0000003C   
83 #define LOCALE_SMONTHNAME6          0x0000003D   
84 #define LOCALE_SMONTHNAME7          0x0000003E   
85 #define LOCALE_SMONTHNAME8          0x0000003F   
86 #define LOCALE_SMONTHNAME9          0x00000040   
87 #define LOCALE_SMONTHNAME10         0x00000041   
88 #define LOCALE_SMONTHNAME11         0x00000042   
89 #define LOCALE_SMONTHNAME12         0x00000043   
90 #define LOCALE_SMONTHNAME13         0x0000100E   
91 #define LOCALE_SABBREVMONTHNAME1    0x00000044   
92 #define LOCALE_SABBREVMONTHNAME2    0x00000045   
93 #define LOCALE_SABBREVMONTHNAME3    0x00000046   
94 #define LOCALE_SABBREVMONTHNAME4    0x00000047   
95 #define LOCALE_SABBREVMONTHNAME5    0x00000048   
96 #define LOCALE_SABBREVMONTHNAME6    0x00000049   
97 #define LOCALE_SABBREVMONTHNAME7    0x0000004A   
98 #define LOCALE_SABBREVMONTHNAME8    0x0000004B   
99 #define LOCALE_SABBREVMONTHNAME9    0x0000004C   
100 #define LOCALE_SABBREVMONTHNAME10   0x0000004D   
101 #define LOCALE_SABBREVMONTHNAME11   0x0000004E   
102 #define LOCALE_SABBREVMONTHNAME12   0x0000004F   
103 #define LOCALE_SABBREVMONTHNAME13   0x0000100F   
104 #define LOCALE_SPOSITIVESIGN        0x00000050   
105 #define LOCALE_SNEGATIVESIGN        0x00000051   
106 #define LOCALE_IPOSSIGNPOSN         0x00000052   
107 #define LOCALE_INEGSIGNPOSN         0x00000053   
108 #define LOCALE_IPOSSYMPRECEDES      0x00000054   
109 #define LOCALE_IPOSSEPBYSPACE       0x00000055   
110 #define LOCALE_INEGSYMPRECEDES      0x00000056   
111 #define LOCALE_INEGSEPBYSPACE       0x00000057   
112 #define LOCALE_FONTSIGNATURE        0x00000058
113
114
115 #define NORM_IGNORECASE                         1
116 #define NORM_IGNORENONSPACE                     2
117 #define NORM_IGNORESYMBOLS                      4
118 #define NORM_STRINGSORT                         0x1000
119 #define NORM_IGNOREKANATYPE                     0x00010000
120 #define NORM_IGNOREWIDTH                        0x00020000
121
122 #define CP_ACP                                  0
123 #define CP_OEMCP                                1
124
125 #define WC_DEFAULTCHECK                         0x00000100
126 #define WC_COMPOSITECHECK                       0x00000200
127 #define WC_DISCARDNS                            0x00000010
128 #define WC_SEPCHARS                             0x00000020
129 #define WC_DEFAULTCHAR                          0x00000040
130
131 #define MAKELCID(l, s)          (MAKELONG(l, s))
132
133 #define MAKELANGID(p, s)        ((((WORD)(s))<<10) | (WORD)(p))
134 #define PRIMARYLANGID(l)        ((WORD)(l) & 0x3ff)
135 #define SUBLANGID(l)            ((WORD)(l) >> 10)
136
137 #define LANG_SYSTEM_DEFAULT     (MAKELANGID(LANG_NEUTRAL, SUBLANG_SYS_DEFAULT))
138 #define LANG_USER_DEFAULT       (MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT))
139 #define LOCALE_SYSTEM_DEFAULT   (MAKELCID(LANG_SYSTEM_DEFAULT, SORT_DEFAULT))
140 #define LOCALE_USER_DEFAULT     (MAKELCID(LANG_USER_DEFAULT, SORT_DEFAULT)) 
141
142
143 /* Language IDs (were in winnt.h,  for some reason) */
144
145
146 /* Language IDs */
147
148 #define LANG_NEUTRAL                     0x00
149 #define LANG_ARABIC                      0x01
150 #define LANG_AFRIKAANS                   0x36
151 #define LANG_ALBANIAN                    0x1c
152 #define LANG_BASQUE                      0x2d
153 #define LANG_BULGARIAN                   0x02
154 #define LANG_BYELORUSSIAN                0x23
155 #define LANG_CATALAN                     0x03
156 #define LANG_CHINESE                     0x04
157 #define LANG_CROATIAN                    0x1a
158 #define LANG_CZECH                       0x05
159 #define LANG_DANISH                      0x06
160 #define LANG_DUTCH                       0x13
161 #define LANG_ENGLISH                     0x09
162 #define LANG_ESTONIAN                    0x25
163 #define LANG_FAEROESE                    0x38
164 #define LANG_FARSI                       0x29
165 #define LANG_FINNISH                     0x0b
166 #define LANG_FRENCH                      0x0c
167 #define LANG_GERMAN                      0x07
168 #define LANG_GREEK                       0x08
169 #define LANG_HEBREW                      0x0D
170 #define LANG_HUNGARIAN                   0x0e
171 #define LANG_ICELANDIC                   0x0f
172 #define LANG_INDONESIAN                  0x21
173 #define LANG_ITALIAN                     0x10
174 #define LANG_JAPANESE                    0x11
175 #define LANG_KOREAN                      0x12
176 #define LANG_LATVIAN                     0x26
177 #define LANG_LITHUANIAN                  0x27
178 #define LANG_NORWEGIAN                   0x14
179 #define LANG_POLISH                      0x15
180 #define LANG_PORTUGUESE                  0x16
181 #define LANG_ROMANIAN                    0x18
182 #define LANG_RUSSIAN                     0x19
183 #define LANG_SLOVAK                      0x1b
184 #define LANG_SLOVENIAN                   0x24
185 #define LANG_SORBIAN                     0x2e
186 #define LANG_SPANISH                     0x0a
187 #define LANG_SWEDISH                     0x1d
188 #define LANG_THAI                        0x1e
189 #define LANG_TURKISH                     0x1f
190 #define LANG_UKRAINIAN                   0x22
191
192 /* Sublanguage definitions */
193 #define SUBLANG_NEUTRAL                  0x00    /* language neutral */
194 #define SUBLANG_DEFAULT                  0x01    /* user default */
195 #define SUBLANG_SYS_DEFAULT              0x02    /* system default */
196
197 #define SUBLANG_ARABIC                   0x01
198 #define SUBLANG_ARABIC_IRAQ              0x02
199 #define SUBLANG_ARABIC_EGYPT             0x03
200 #define SUBLANG_ARABIC_LIBYA             0x04
201 #define SUBLANG_ARABIC_ALGERIA           0x05
202 #define SUBLANG_ARABIC_MOROCCO           0x06
203 #define SUBLANG_ARABIC_TUNISIA           0x07
204 #define SUBLANG_ARABIC_OMAN              0x08
205 #define SUBLANG_ARABIC_YEMEN             0x09
206 #define SUBLANG_ARABIC_SYRIA             0x10
207 #define SUBLANG_ARABIC_JORDAN            0x11
208 #define SUBLANG_ARABIC_LEBANON           0x12
209 #define SUBLANG_ARABIC_KUWAIT            0x13
210 #define SUBLANG_ARABIC_UAE               0x14
211 #define SUBLANG_ARABIC_BAHRAIN           0x15
212 #define SUBLANG_ARABIC_QATAR             0x16
213 #define SUBLANG_CHINESE_TRADITIONAL      0x01
214 #define SUBLANG_CHINESE_SIMPLIFIED       0x02
215 #define SUBLANG_CHINESE_HONGKONG         0x03
216 #define SUBLANG_CHINESE_SINGAPORE        0x04
217 #define SUBLANG_DUTCH                    0x01
218 #define SUBLANG_DUTCH_BELGIAN            0x02
219 #define SUBLANG_ENGLISH_US               0x01
220 #define SUBLANG_ENGLISH_UK               0x02
221 #define SUBLANG_ENGLISH_AUS              0x03
222 #define SUBLANG_ENGLISH_CAN              0x04
223 #define SUBLANG_ENGLISH_NZ               0x05
224 #define SUBLANG_ENGLISH_EIRE             0x06
225 #define SUBLANG_ENGLISH_SAFRICA          0x07
226 #define SUBLANG_ENGLISH_JAMAICA          0x08
227 #define SUBLANG_ENGLISH_CARRIBEAN        0x09
228 #define SUBLANG_FRENCH                   0x01
229 #define SUBLANG_FRENCH_BELGIAN           0x02
230 #define SUBLANG_FRENCH_CANADIAN          0x03
231 #define SUBLANG_FRENCH_SWISS             0x04
232 #define SUBLANG_FRENCH_LUXEMBOURG        0x05
233 #define SUBLANG_GERMAN                   0x01
234 #define SUBLANG_GERMAN_SWISS             0x02
235 #define SUBLANG_GERMAN_AUSTRIAN          0x03
236 #define SUBLANG_GERMAN_LUXEMBOURG        0x04
237 #define SUBLANG_GERMAN_LIECHTENSTEIN     0x05
238 #define SUBLANG_ITALIAN                  0x01
239 #define SUBLANG_ITALIAN_SWISS            0x02
240 #define SUBLANG_KOREAN                   0x01
241 #define SUBLANG_KOREAN_JOHAB             0x02
242 #define SUBLANG_NORWEGIAN_BOKMAL         0x01
243 #define SUBLANG_NORWEGIAN_NYNORSK        0x02
244 #define SUBLANG_PORTUGUESE               0x02
245 #define SUBLANG_PORTUGUESE_BRAZILIAN     0x01
246 #define SUBLANG_SPANISH                  0x01
247 #define SUBLANG_SPANISH_MEXICAN          0x02
248 #define SUBLANG_SPANISH_MODERN           0x03
249 #define SUBLANG_SPANISH_GUATEMALA        0x04
250 #define SUBLANG_SPANISH_COSTARICA        0x05
251 #define SUBLANG_SPANISH_PANAMA           0x06
252 #define SUBLANG_SPANISH_DOMINICAN        0x07
253 #define SUBLANG_SPANISH_VENEZUELA        0x08
254 #define SUBLANG_SPANISH_COLOMBIA         0x09
255 #define SUBLANG_SPANISH_PERU             0x10
256 #define SUBLANG_SPANISH_ARGENTINA        0x11
257 #define SUBLANG_SPANISH_ECUADOR          0x12
258 #define SUBLANG_SPANISH_CHILE            0x13
259 #define SUBLANG_SPANISH_URUGUAY          0x14
260 #define SUBLANG_SPANISH_PARAGUAY         0x15
261 #define SUBLANG_SPANISH_BOLIVIA          0x16
262
263 /* Sort definitions */
264 #define SORT_DEFAULT                     0x0
265 #define SORT_JAPANESE_XJIS               0x0
266 #define SORT_JAPANESE_UNICODE            0x1
267 #define SORT_CHINESE_BIG5                0x0
268 #define SORT_CHINESE_UNICODE             0x1
269 #define SORT_KOREAN_KSC                  0x0
270 #define SORT_KOREAN_UNICODE              0x1
271
272
273 /* Locale Dependent Mapping Flags */
274 #define LCMAP_LOWERCASE 0x00000100      /* lower case letters */
275 #define LCMAP_UPPERCASE 0x00000200      /* upper case letters */
276 #define LCMAP_SORTKEY   0x00000400      /* WC sort key (normalize) */
277 #define LCMAP_BYTEREV   0x00000800      /* byte reversal */
278
279 #define SORT_STRINGSORT 0x00001000      /* take punctuation into account */
280
281 #define LCMAP_HIRAGANA  0x00100000      /* map katakana to hiragana */
282 #define LCMAP_KATAKANA  0x00200000      /* map hiragana to katakana */
283 #define LCMAP_HALFWIDTH 0x00400000      /* map double byte to single byte */
284 #define LCMAP_FULLWIDTH 0x00800000      /* map single byte to double byte */
285
286 /* Date Flags for GetDateFormat. */
287
288 #define DATE_SHORTDATE         0x00000001  /* use short date picture */
289 #define DATE_LONGDATE          0x00000002  /* use long date picture */
290 #define DATE_USE_ALT_CALENDAR  0x00000004  /* use alternate calendar */
291                           /* alt. calendar support is broken anyway */
292
293 #define TIME_FORCE24HOURFORMAT 0x00000008  /* force 24 hour format*/
294 #define TIME_NOTIMEMARKER      0x00000004  /* show no AM/PM */
295 #define TIME_NOSECONDS         0x00000002  /* show no seconds */
296 #define TIME_NOMINUTESORSECONDS 0x0000001  /* show no minutes either */
297
298 /* internal flags for GetDateFormat system */
299 #define DATE_DATEVARSONLY      0x00000100  /* only date stuff: yMdg */
300 #define TIME_TIMEVARSONLY      0x00000200  /* only time stuff: hHmst */
301 /* use this in a WineLib program if you really want all types */
302 #define LOCALE_TIMEDATEBOTH    0x00000300  /* full set */
303
304 /* Prototypes for Unicode case conversion routines */
305 WCHAR towupper(WCHAR);
306 WCHAR towlower(WCHAR);
307
308 /* Definitions for IsTextUnicode() function */
309 #define IS_TEXT_UNICODE_ASCII16         0x0001
310 #define IS_TEXT_UNICODE_SIGNATURE       0x0008
311 #define IS_TEXT_UNICODE_REVERSE_ASCII16 0x0010
312 #define IS_TEXT_UNICODE_REVERSE_SIGNATURE 0x0080
313 #define IS_TEXT_UNICODE_ILLEGAL_CHARS   0x0100
314 #define IS_TEXT_UNICODE_ODD_LENGTH      0x0200
315
316 /* Tests that we currently implement */
317 #define ITU_IMPLEMENTED_TESTS \
318         IS_TEXT_UNICODE_SIGNATURE| \
319         IS_TEXT_UNICODE_ODD_LENGTH
320
321 #endif  /* __WINE_WINNLS_H */