From: Owen Shepherd Date: Thu, 21 Mar 2013 00:06:53 +0000 (+0000) Subject: PDCLIB-1 (PDCLIB-3) Make wide character classification/collation information locale... X-Git-Url: https://pd.if.org/git/?a=commitdiff_plain;h=b3d54170225e25557110b8c74f236b5e84254c26;hp=b3d54170225e25557110b8c74f236b5e84254c26;p=pdclib.old PDCLIB-1 (PDCLIB-3) Make wide character classification/collation information locale dependent (to support locale-dependent information in future). * locale_t has had _WCType + _WCTypeSize fields added to it * iswctype, towctrans, towlower, towupper -> add _PDCLIB_*_l internal variations * Added module "c_locale" which will provide default C locale implementation. So far just registers Unicode tables with provided locale * win32 -> use new "c_locale" module. crt0 modifications. * posix -> use new "c_locale" module. stdinit modifications ---