]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - locale/langinfo.h
Add mnw language code [BZ #25139]
[thirdparty/glibc.git] / locale / langinfo.h
index 4ba90d46ba54dad915673e1d0378e0bd56d771ef..dc9bd8b65207010fd51f5c82054e09623868a69f 100644 (file)
@@ -1,21 +1,20 @@
 /* Access to locale-dependent parameters.
-   Copyright (C) 1995-1999, 2000, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1995-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
-   modify it under the terms of the GNU Library General Public License as
-   published by the Free Software Foundation; either version 2 of the
-   License, or (at your option) any later version.
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
 
    The GNU C Library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   Library General Public License for more details.
+   Lesser General Public License for more details.
 
-   You should have received a copy of the GNU Library General Public
-   License along with the GNU C Library; see the file COPYING.LIB.  If not,
-   write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.  */
+   You should have received a copy of the GNU Lesser General Public
+   License along with the GNU C Library; if not, see
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _LANGINFO_H
 #define        _LANGINFO_H 1
@@ -38,7 +37,6 @@ __BEGIN_DECLS
 #define _NL_ITEM_CATEGORY(item)                ((int) (item) >> 16)
 #define _NL_ITEM_INDEX(item)           ((int) (item) & 0xffff)
 
-
 /* Enumeration of locale items that can be queried with `nl_langinfo'.  */
 enum
 {
@@ -76,7 +74,8 @@ enum
   DAY_7,                       /* Saturday */
 #define DAY_7                  DAY_7
 
-  /* Abbreviated month names.  */
+  /* Abbreviated month names, in the grammatical form used when the month
+     is a part of a complete date.  */
   ABMON_1,                     /* Jan */
 #define ABMON_1                        ABMON_1
   ABMON_2,
@@ -102,7 +101,8 @@ enum
   ABMON_12,
 #define ABMON_12               ABMON_12
 
-  /* Long month names.  */
+  /* Long month names, in the grammatical form used when the month
+     is a part of a complete date.  */
   MON_1,                       /* January */
 #define MON_1                  MON_1
   MON_2,
@@ -128,9 +128,9 @@ enum
   MON_12,
 #define MON_12                 MON_12
 
-  AM_STR,                      /* Ante meridian string.  */
+  AM_STR,                      /* Ante meridiem string.  */
 #define AM_STR                 AM_STR
-  PM_STR,                      /* Post meridian string.  */
+  PM_STR,                      /* Post meridiem string.  */
 #define PM_STR                 PM_STR
 
   D_T_FMT,                     /* Date and time format for strftime.  */
@@ -177,7 +177,8 @@ enum
   _NL_WDAY_6,          /* Friday */
   _NL_WDAY_7,          /* Saturday */
 
-  /* Abbreviated month names.  */
+  /* Abbreviated month names, in the grammatical form used when the month
+     is a part of a complete date.  */
   _NL_WABMON_1,                /* Jan */
   _NL_WABMON_2,
   _NL_WABMON_3,
@@ -191,7 +192,8 @@ enum
   _NL_WABMON_11,
   _NL_WABMON_12,
 
-  /* Long month names.  */
+  /* Long month names, in the grammatical form used when the month
+     is a part of a complete date.  */
   _NL_WMON_1,          /* January */
   _NL_WMON_2,
   _NL_WMON_3,
@@ -205,8 +207,8 @@ enum
   _NL_WMON_11,
   _NL_WMON_12,
 
-  _NL_WAM_STR,         /* Ante meridian string.  */
-  _NL_WPM_STR,         /* Post meridian string.  */
+  _NL_WAM_STR,         /* Ante meridiem string.  */
+  _NL_WPM_STR,         /* Post meridiem string.  */
 
   _NL_WD_T_FMT,                /* Date and time format for strftime.  */
   _NL_WD_FMT,          /* Date format for strftime.  */
@@ -233,6 +235,80 @@ enum
 
   _NL_TIME_CODESET,
 
+  /* Long month names, in the grammatical form used when the month
+     is named by itself.  */
+  __ALTMON_1,                  /* January */
+  __ALTMON_2,
+  __ALTMON_3,
+  __ALTMON_4,
+  __ALTMON_5,
+  __ALTMON_6,
+  __ALTMON_7,
+  __ALTMON_8,
+  __ALTMON_9,
+  __ALTMON_10,
+  __ALTMON_11,
+  __ALTMON_12,
+#ifdef __USE_GNU
+# define ALTMON_1              __ALTMON_1
+# define ALTMON_2              __ALTMON_2
+# define ALTMON_3              __ALTMON_3
+# define ALTMON_4              __ALTMON_4
+# define ALTMON_5              __ALTMON_5
+# define ALTMON_6              __ALTMON_6
+# define ALTMON_7              __ALTMON_7
+# define ALTMON_8              __ALTMON_8
+# define ALTMON_9              __ALTMON_9
+# define ALTMON_10             __ALTMON_10
+# define ALTMON_11             __ALTMON_11
+# define ALTMON_12             __ALTMON_12
+#endif
+
+  /* Long month names, in the grammatical form used when the month
+     is named by itself.  */
+  _NL_WALTMON_1,                       /* January */
+  _NL_WALTMON_2,
+  _NL_WALTMON_3,
+  _NL_WALTMON_4,
+  _NL_WALTMON_5,
+  _NL_WALTMON_6,
+  _NL_WALTMON_7,
+  _NL_WALTMON_8,
+  _NL_WALTMON_9,
+  _NL_WALTMON_10,
+  _NL_WALTMON_11,
+  _NL_WALTMON_12,
+
+  /* Abbreviated month names, in the grammatical form used when the month
+     is named by itself.  */
+  _NL_ABALTMON_1,                      /* Jan */
+  _NL_ABALTMON_2,
+  _NL_ABALTMON_3,
+  _NL_ABALTMON_4,
+  _NL_ABALTMON_5,
+  _NL_ABALTMON_6,
+  _NL_ABALTMON_7,
+  _NL_ABALTMON_8,
+  _NL_ABALTMON_9,
+  _NL_ABALTMON_10,
+  _NL_ABALTMON_11,
+  _NL_ABALTMON_12,
+
+  /* Abbreviated month names, in the grammatical form used when the month
+     is named by itself.  */
+  _NL_WABALTMON_1,                     /* Jan */
+  _NL_WABALTMON_2,
+  _NL_WABALTMON_3,
+  _NL_WABALTMON_4,
+  _NL_WABALTMON_5,
+  _NL_WABALTMON_6,
+  _NL_WABALTMON_7,
+  _NL_WABALTMON_8,
+  _NL_WABALTMON_9,
+  _NL_WABALTMON_10,
+  _NL_WABALTMON_11,
+  _NL_WABALTMON_12,
+
   _NL_NUM_LC_TIME,     /* Number of indices in LC_TIME category.  */
 
   /* LC_COLLATE category: text sorting.
@@ -334,6 +410,8 @@ enum
   _NL_CTYPE_TRANSLIT_DEFAULT_MISSING,
   _NL_CTYPE_TRANSLIT_IGNORE_LEN,
   _NL_CTYPE_TRANSLIT_IGNORE,
+  _NL_CTYPE_MAP_TO_NONASCII,
+  _NL_CTYPE_NONASCII_CASE,
   _NL_CTYPE_EXTRA_MAP_1,
   _NL_CTYPE_EXTRA_MAP_2,
   _NL_CTYPE_EXTRA_MAP_3,
@@ -565,6 +643,14 @@ enum
   _NL_NUM
 };
 
+/* This macro produces an item you can pass to `nl_langinfo' or
+   `nl_langinfo_l' to get the name of the locale in use for CATEGORY.  */
+#define _NL_LOCALE_NAME(category)      _NL_ITEM ((category),                 \
+                                                 _NL_ITEM_INDEX (-1))
+#ifdef __USE_GNU
+# define NL_LOCALE_NAME(category)      _NL_LOCALE_NAME (category)
+#endif
+
 
 /* Return the current locale's value for ITEM.
    If ITEM is invalid, an empty string is returned.
@@ -575,15 +661,12 @@ enum
 extern char *nl_langinfo (nl_item __item) __THROW;
 
 
-#ifdef __USE_GNU
-/* This interface is for the extended locale model.  See <locale.h> for
-   more information.  */
-
-/* Get locale datatype definition.  */
-# include <xlocale.h>
+#ifdef __USE_XOPEN2K8
+/* POSIX.1-2008 extended locale interface (see locale.h).  */
+# include <bits/types/locale_t.h>
 
 /* Just like nl_langinfo but get the information from the locale object L.  */
-extern char *__nl_langinfo_l (nl_item __item, __locale_t l);
+extern char *nl_langinfo_l (nl_item __item, locale_t __l);
 #endif
 
 __END_DECLS