commit | d748d5cb05650a6030cd1d9d2e20a3c5fb4b4f55 | [log] [tgz] |
---|---|---|
author | Zibi Sarbinowski <zibi@ca.ibm.com> | Wed Nov 13 14:39:57 2024 -0500 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Nov 13 11:46:05 2024 -0800 |
tree | d315a453c2bbb027e195ae258d77cf661093d6dc | |
parent | 2f854035a2921dfe52f455bf3fcc1a3736cc9d1f [diff] |
[libc][z/OS] Remove ASCII trick to fix EBDIC std::from_char (#116078) 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. GitOrigin-RevId: e25e8867348953c17fa0d0b79f43bde758ad8b37