From: Owen Shepherd Date: Sat, 16 Mar 2013 18:55:20 +0000 (+0000) Subject: Win32: Change wint_t to be signed int (32-bit) in order to hold UCS-2 + -1. Additiona... X-Git-Url: https://pd.if.org/git/?a=commitdiff_plain;h=ab37f3993ef0dbbfa85c4775bdacc398a294a75d;hp=ab37f3993ef0dbbfa85c4775bdacc398a294a75d;p=pdclib.old Win32: Change wint_t to be signed int (32-bit) in order to hold UCS-2 + -1. Additionally, this will enable use of a "packed UTF-16" representation with some functions (as an extension) ---