X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fposix%2Finternals%2F_PDCLIB_config.h;h=576b347c253df2a2984c38426dca97b0f0c0c197;hb=1d4e8006a01beb9e40b23fb8b58283fcc46c0757;hp=099e970fda5d7240f23ad88cf0446a3caefddd0b;hpb=d293fb98fe80a472ad4d11b4d8a1413d2142064a;p=pdclib.old diff --git a/platform/posix/internals/_PDCLIB_config.h b/platform/posix/internals/_PDCLIB_config.h index 099e970..576b347 100644 --- a/platform/posix/internals/_PDCLIB_config.h +++ b/platform/posix/internals/_PDCLIB_config.h @@ -322,6 +322,14 @@ struct _PDCLIB_imaxdiv_t /* TODO: Better document these */ +/* Locale --------------------------------------------------------------------*/ + +/* Locale method. See _PDCLIB_locale.h */ +#define _PDCLIB_LOCALE_METHOD _PDCLIB_LOCALE_METHOD_TSS + +/* wchar_t encoding */ +#define _PDCLIB_WCHAR_ENCODING _PDCLIB_WCHAR_ENCODING_UCS4 + /* I/O ---------------------------------------------------------------------- */ /* The default size for file buffers. Must be at least 256. */