move stack size into processors header
[AROS.git] / workbench / locale / countries / iran.c
blob9eade1a0cb5764a89a9895d6c993178a08c7af18
1 /*
2 Copyright © 1995-2003, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Country data for Iran.
6 */
8 #include <exec/types.h>
9 #include <libraries/locale.h>
10 #include <libraries/iffparse.h>
11 #include <prefs/locale.h>
13 /* iran.country: based on this file by Paymaan Jafari */
15 struct CountryPrefs iranPrefs =
17 /* Reserved */
18 { 0, 0, 0, 0 },
20 /* Country code (licence plate number), telephone code, measuring system */
21 MAKE_ID('I','R',0,0), 98, MS_ISO,
23 /* Date time format, date format, time format */
24 "%Y %B %e %p %Q:%M %A",
25 "%Y %B %e %A",
26 "%p %Q:%M:%S",
28 /* Short datetime, short date, short time formats */
29 "%y/%m/%d %p %Q:%M",
30 "%y/%m/%d",
31 "%p %Q:%M",
33 /* Decimal point, group separator, frac group separator */
34 ".", ",", ",",
36 /* For grouping rules, see <libraries/locale.h> */
38 /* Grouping, Frac Grouping */
39 { 3 }, { 0 },
41 /* Mon dec pt, mon group sep, mon frac group sep */
42 ".", ",", ",",
44 /* Mon Grouping, Mon frac grouping */
45 { 3 }, { 0 },
47 /* Mon Frac digits, Mon IntFrac digits, then number of digits in
48 the fractional part of the money value. Most countries that
49 use dollars and cents, would have 2 for this value
51 (As would many of those you don't).
53 2, 2,
55 /* Currencs symbol, Small currency symbol */
56 "Rl.","",
58 /* Int CS, this is the ISO 4217 symbol, ...*/
59 "IRR",
61 /* Mon +ve sign, +ve space sep, +ve sign pos, +ve cs pos */
62 "", SS_SPACE, SP_PREC_ALL, CSP_PRECEDES,
64 /* Mon -ve sign, -ve space sep, -ve sign pos, -ve cs pos */
65 "-", SS_SPACE, SP_PREC_ALL, CSP_PRECEDES,
67 /* Calendar type */
68 CT_7MON