2 Copyright © 1995-2003, The AROS Development Team. All rights reserved.
5 Desc: Country data for Iran.
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
=
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",
28 /* Short datetime, short date, short time formats */
33 /* Decimal point, group separator, frac group separator */
36 /* For grouping rules, see <libraries/locale.h> */
38 /* Grouping, Frac Grouping */
41 /* Mon dec pt, mon group sep, mon frac group sep */
44 /* Mon Grouping, Mon frac grouping */
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).
55 /* Currencs symbol, Small currency symbol */
58 /* Int CS, this is the ISO 4217 symbol, ...*/
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
,