英語版
このページの英語版を見る

core.sys.posix.locale

POSIXの
Authors:
Mathias 'Geod24' Lang
Standards:
オープングループ基本仕様書 第7号 2018年版
struct lconv;
alias locale_t = __locale_struct*;
enum __locale_struct* LC_GLOBAL_LOCALE;
nothrow @nogc locale_t duplocale(locale_t locale);
既存のロケールを複製する
nothrow @nogc void freelocale(locale_t locale);
割り当てられたロケールを解放する
nothrow @nogc lconv* localeconv();
C言語の自然言語フォーマット
nothrow @nogc locale_t newlocale(int mask, const char* locale, locale_t base);
新しいロケールを作成する
nothrow @nogc char* setlocale(int category, const char* locale);
Cライブラリの自然言語書式のスタイルを設定する。
nothrow @nogc locale_t uselocale(locale_t locale);
スレッドごとのロケールを設定する