Author: fireball Date: Mon Aug 20 17:20:48 2012 New Revision: 57119
URL: http://svn.reactos.org/svn/reactos?rev=57119&view=rev Log: [CRT] - Use wine's wctype table in CRT for iswctype() function. Previous implementation was returning incorrect information for non-Latin characters. Problem found and fixed by Sergey Shamanaev (seven_ro). - Move wctype.c from libwine to lib/sdk/crt instead of making yet another copy of it (currently there is one more in tools/unicode). Suggested by Amine Khaldi. See issue #5090 for more details.
Added: trunk/reactos/lib/sdk/crt/string/wctype.c - copied unchanged from r57101, trunk/reactos/lib/3rdparty/libwine/wctype.c Removed: trunk/reactos/lib/3rdparty/libwine/wctype.c Modified: trunk/reactos/lib/3rdparty/libwine/CMakeLists.txt trunk/reactos/lib/sdk/crt/crt.cmake trunk/reactos/lib/sdk/crt/string/ctype.c
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: trunk/reactos/lib/3rdparty/libwine/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/3rdparty/libwine/CMakeL...
Removed: trunk/reactos/lib/3rdparty/libwine/wctype.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/3rdparty/libwine/wctype...
Modified: trunk/reactos/lib/sdk/crt/crt.cmake URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/crt.cmake?rev=5...
Modified: trunk/reactos/lib/sdk/crt/string/ctype.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/ctype.c?...