1 /* Copyright (C) 1995-1999, 2000 Free Software Foundation, Inc.
2 This file is part of the GNU C Library.
3 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1995.
5 The GNU C Library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Library General Public License as
7 published by the Free Software Foundation; either version 2 of the
8 License, or (at your option) any later version.
10 The GNU C Library is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Library General Public License for more details.
15 You should have received a copy of the GNU Library General Public
16 License along with the GNU C Library; see the file COPYING.LIB. If not,
17 write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA. */
20 #include "localeinfo.h"
22 /* This table's entries are taken from POSIX.2 Table 2-9
23 ``LC_MONETARY Category Definition in the POSIX Locale'',
24 with additions from ISO 14652, section 4.4. */
25 #ifdef __CHAR_UNSIGNED__
26 static const char not_available
[] = "\377";
28 static const char not_available
[] = "\177";
31 const struct locale_data _nl_C_LC_MONETARY
=
34 NULL
, 0, 0, /* no file mapped */
47 { string
: not_available
},
48 { string
: not_available
},
49 { string
: not_available
},
50 { string
: not_available
},
51 { string
: not_available
},
52 { string
: not_available
},
53 { string
: not_available
},
54 { string
: not_available
},
55 { string
: not_available
},
56 { string
: not_available
},
57 { string
: not_available
},
58 { string
: not_available
},
59 { string
: not_available
},
60 { string
: not_available
},
63 { string
: not_available
},
64 { string
: not_available
},
65 { string
: not_available
},
66 { string
: not_available
},
67 { string
: not_available
},
68 { string
: not_available
},
69 { string
: not_available
},
70 { string
: not_available
},
71 { string
: not_available
},
72 { string
: not_available
},
73 { string
: not_available
},
74 { string
: not_available
},
75 { string
: not_available
},
76 { string
: not_available
},
83 { word
: (unsigned int) L
'.' },
84 { word
: (unsigned int) L
'\0' }