move stack size into processors header
[AROS.git] / workbench / locale / countries / australia.c
blob3169f7c1db159351fc503eeb508d45c45a760139
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Country data for australia.
6 Lang:
7 */
9 #include <exec/types.h>
10 #include <libraries/locale.h>
11 #include <libraries/iffparse.h>
12 #include <prefs/locale.h>
14 /* australia.country: Iain Templeton, iain@ugh.net.au */
15 struct CountryPrefs australiaPrefs =
17 /* Reserved */
18 { 0, 0, 0, 0 },
20 /* The country codes in the past have been rather inconsistant,
21 sometimes they are 1 character, 2 chars or 3. It would be nice
22 to have some consistency. Maybe use the 3 character name from
23 ISO 3166?
26 /* Country code, telephone code, measuring system */
27 MAKE_ID('A','U','S',0), 61, MS_ISO,
29 /* Date time format, date format, time format */
30 "%A %B %e %Y %I:%M%p",
31 "%A %B %e %Y",
32 "%I:%M:%S%p",
34 /* Short datetime, short date, short time formats */
35 "%e/%m/%y %I:%M%p",
36 "%e/%m/%y",
37 "%I:%M%p",
39 /* Decimal point, group separator, frac group separator */
40 ".", " ", "",
42 /* For grouping rules, see <libraries/locale.h> */
44 /* Grouping, Frac Grouping */
45 { 3 }, { 0 },
47 /* Mon dec pt, mon group sep, mon frac group sep */
48 ".", " ", "",
50 /* Mon Grouping, Mon frac grouping */
51 { 3 }, { 0 },
53 /* Mon Frac digits, Mon IntFrac digits, then number of digits in
54 the fractional part of the money value. Most countries that
55 use dollars and cents, would have 2 for this value
57 (As would many of those you don't).
59 2, 2,
61 /* Currency symbol, Small currency symbol */
62 "$", "c",
64 /* Int CS, this is the ISO 4217 symbol, followed by the character to
65 separate that symbol from the rest of the money. (\x00 for none).
67 "AUD",
69 /* Mon +ve sign, +ve space sep, +ve sign pos, +ve cs pos */
70 "", SS_SPACE, SP_PREC_ALL, CSP_PRECEDES,
72 /* Mon -ve sign, -ve space sep, -ve sign pos, -ve cs pos */
73 "-", SS_NOSPACE, SP_PARENS, CSP_PRECEDES,
75 /* Calendar type */
76 CT_7SUN