| .. include:: ../check.rst |
| |
| ======== |
| locale.h |
| ======== |
| |
| Macros |
| ====== |
| |
| .. list-table:: |
| :widths: auto |
| :align: center |
| :header-rows: 1 |
| |
| * - Macro |
| - Implemented |
| - C23 Standard Section |
| - POSIX Docs |
| * - LC_ALL |
| - |check| |
| - 7.11 |
| - `POSIX.1-2024 <https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/locale.h.html>`__ |
| * - LC_COLLATE |
| - |check| |
| - 7.11 |
| - `POSIX.1-2024 <https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/locale.h.html>`__ |
| * - LC_CTYPE |
| - |check| |
| - 7.11 |
| - `POSIX.1-2024 <https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/locale.h.html>`__ |
| * - LC_MONETARY |
| - |check| |
| - 7.11 |
| - `POSIX.1-2024 <https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/locale.h.html>`__ |
| * - LC_NUMERIC |
| - |check| |
| - 7.11 |
| - `POSIX.1-2024 <https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/locale.h.html>`__ |
| * - LC_TIME |
| - |check| |
| - 7.11 |
| - `POSIX.1-2024 <https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/locale.h.html>`__ |
| |
| Functions |
| ========= |
| |
| .. list-table:: |
| :widths: auto |
| :align: center |
| :header-rows: 1 |
| |
| * - Function |
| - Implemented |
| - C23 Standard Section |
| - POSIX Docs |
| * - duplocale |
| - |check| |
| - |
| - `POSIX.1-2024 <https://pubs.opengroup.org/onlinepubs/9799919799/functions/duplocale.html>`__ |
| * - freelocale |
| - |check| |
| - |
| - `POSIX.1-2024 <https://pubs.opengroup.org/onlinepubs/9799919799/functions/freelocale.html>`__ |
| * - getlocalename_l |
| - |
| - |
| - `POSIX.1-2024 <https://pubs.opengroup.org/onlinepubs/9799919799/functions/getlocalename_l.html>`__ |
| * - localeconv |
| - |check| |
| - 7.11.2.1 |
| - `POSIX.1-2024 <https://pubs.opengroup.org/onlinepubs/9799919799/functions/localeconv.html>`__ |
| * - newlocale |
| - |check| |
| - |
| - `POSIX.1-2024 <https://pubs.opengroup.org/onlinepubs/9799919799/functions/newlocale.html>`__ |
| * - setlocale |
| - |check| |
| - 7.11.1.1 |
| - `POSIX.1-2024 <https://pubs.opengroup.org/onlinepubs/9799919799/functions/setlocale.html>`__ |
| * - uselocale |
| - |check| |
| - |
| - `POSIX.1-2024 <https://pubs.opengroup.org/onlinepubs/9799919799/functions/uselocale.html>`__ |