From: Jeff Smith Subject: Re: [PATCH 3/3] make_unicode: Mark tab and nbsp as not blank in wine_wctype_table. Message-Id: Date: Thu, 2 Jan 2020 11:46:21 -0600 In-Reply-To: References: <20200101074616.2138678-1-whydoubt@gmail.com> <20200101074616.2138678-3-whydoubt@gmail.com> Hi Nikolay, On Thu, Jan 2, 2020 at 4:13 AM Nikolay Sivov wrote: > This also needs to test other CRT libraries, ntdll and > kernel32/kernelbase exports, or do we have that somehow covered already? I am looking into expanding tests for the other CRT libraries and ntdll. While kernel32 doesn't export these, shlwapi does have some noname functions for checking character classes, such as IsBlankCharW (which I added testing for in this series). Thanks, Jeff