https://github.com/llvm/llvm-project/issues/175003 Create public function and entrypoints for iswdigit and add UTF8 test to iswalpha test. On CI there is no UTF8 build currently, so that test case will only run locally, but [wctype_utils_test.cpp](https://github.com/llvm/llvm-project/blob/main/libc/test/src/__support/wctype_utils_test.cpp) is written in a way that both ASCII and UTF8 tests run regardless of the build config.
LLVM libc ========= This directory and its subdirectories contain source code for llvm-libc, a retargetable implementation of the C standard library. LLVM is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt.