K 10 svn:author V 6 andrew K 8 svn:date V 27 2013-01-22T05:39:34.367298Z K 7 svn:log V 214 When copying the complement of the string loop to WINT_MAX as we are dealing with a wint_t. WINT_MAX and WCHAR_MAX are the same on most architectures except ARM EABI where wint_t is signed and wchar_t is unsigned. END