2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
5 Desc: Country data for france
8 #include <exec/types.h>
9 #include <libraries/locale.h>
10 #include <libraries/iffparse.h>
11 #include <prefs/locale.h>
13 /* france.country: based on this file on Amiga Developer CD 2.1:
14 NDK/NDK_3.5/Examples/Locale/Countries/make_country_files.c */
16 struct CountryPrefs francePrefs
=
21 /* The country codes in the past have been rather inconsistant,
22 sometimes they are 1 character, 2 chars or 3. It would be nice
23 to have some consistency. Maybe use the 3 character name from
27 /* Country code, telephone code, measuring system */
28 MAKE_ID('F',0,0,0), 33, MS_ISO
,
30 /* Date time format, date format, time format */
35 /* Short datetime, short date, short time formats */
40 /* Decimal point, group separator, frac group separator */
43 /* For grouping rules, see <libraries/locale.h> */
45 /* Grouping, Frac Grouping */
48 /* Mon dec pt, mon group sep, mon frac group sep */
51 /* Mon Grouping, Mon frac grouping */
54 /* Mon Frac digits, Mon IntFrac digits, then number of digits in
55 the fractional part of the money value. Most countries that
56 use dollars and cents, would have 2 for this value
58 (As would many of those you don't).
63 /* Currency symbol, Small currency symbol */
66 /* Int CS, this is the ISO 4217 symbol, followed by the character to
67 separate that symbol from the rest of the money. (\x00 for none).
71 /* Currency symbol, Small currency symbol */
74 /* Int CS, this is the ISO 4217 symbol, followed by the character to
75 separate that symbol from the rest of the money. (\x00 for none).
79 /* Mon +ve sign, +ve space sep, +ve sign pos, +ve cs pos */
80 "", SS_NOSPACE
, SP_PREC_ALL
, CSP_SUCCEEDS
,
82 /* Mon -ve sign, -ve space sep, -ve sign pos, -ve cs pos */
83 "-", SS_NOSPACE
, SP_PREC_ALL
, CSP_SUCCEEDS
,