From: Owen Shepherd Date: Sun, 30 Dec 2012 21:43:19 +0000 (+0000) Subject: PDCLIB-2 PDCLIB-12: Move _PDCLIB_mbstate_t to _PDCLIB_encoding.h, the new home for... X-Git-Url: https://pd.if.org/git/?a=commitdiff_plain;h=effb3189773dc441285c056abf1ea78276698cb8;hp=effb3189773dc441285c056abf1ea78276698cb8;p=pdclib.old PDCLIB-2 PDCLIB-12: Move _PDCLIB_mbstate_t to _PDCLIB_encoding.h, the new home for character-related functions. Update wchar.h to reference this. Define mbstate_t to be 128 bytes; a very conservative size ---