
This PR will fix the following lit in all EBCDIC variations on z/OS: `std/utilities/charconv/charconv.from.chars/floating_point.pass.cpp` The trick to test for `e` and `E` is working only in ASCII. The fix is to simply test for both lower and upper case exponent letter `e` and `E` respectfully.
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.