]> pd.if.org Git - pdclib.old/commitdiff
PDCLIB-1 (PDCLIB-3) Make wide character classification/collation information locale...
authorOwen Shepherd <owen.shepherd@e43.eu>
Thu, 21 Mar 2013 00:06:53 +0000 (00:06 +0000)
committerOwen Shepherd <owen.shepherd@e43.eu>
Thu, 21 Mar 2013 00:06:53 +0000 (00:06 +0000)
* 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


No differences found